File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/app/zones/luz-path-waypoint Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ <h3>{{path.name}} - Waypoint #{{index}} of {{path.waypoints.length}}</h3>
39
39
</ ul >
40
40
< ul *ngSwitchCase ="6 ">
41
41
< li > pos: < app-pos [pos] ="waypoint.pos "> </ app-pos > </ li >
42
- < li > value_1 : {{waypoint.value_1}}</ li >
43
- < li > value_2 : {{waypoint.value_2}}</ li >
44
- < li > value_3 : {{waypoint.value_3}}</ li >
45
- < li > value_4 : {{waypoint.value_4}}</ li >
46
- < li > value_5 : {{waypoint.value_5}}</ li >
42
+ < li > is_reset_node : {{waypoint.value_1}}</ li >
43
+ < li > is_non_horizontal_camera : {{waypoint.value_2}}</ li >
44
+ < li > plane_width : {{waypoint.value_3}}</ li >
45
+ < li > plane_height : {{waypoint.value_4}}</ li >
46
+ < li > shortest_distance_to_end : {{waypoint.value_5}}</ li >
47
47
</ ul >
48
48
< ul *ngSwitchCase ="7 ">
49
49
< li > pos: < app-pos [pos] ="waypoint.pos "> </ app-pos > </ li >
You can’t perform that action at this time.
0 commit comments