Set Manager address and mouse control to defaults
This commit is contained in:
parent
91c985ec1b
commit
8f7ef6116b
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -11,6 +11,9 @@ compile_commands.json
|
||||||
# Generated MAVLink headers
|
# Generated MAVLink headers
|
||||||
/include/mavlink
|
/include/mavlink
|
||||||
|
|
||||||
|
# Packaged application
|
||||||
|
/project/export
|
||||||
|
|
||||||
# Ignore addons files (copied from submodules), except uid created on import
|
# Ignore addons files (copied from submodules), except uid created on import
|
||||||
/project/addons/godot-xr-tools/**
|
/project/addons/godot-xr-tools/**
|
||||||
!/project/addons/godot-xr-tools/**/*.uid
|
!/project/addons/godot-xr-tools/**/*.uid
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.4, 0)
|
||||||
editor_description = "Target position for Local XR tracking"
|
editor_description = "Target position for Local XR tracking"
|
||||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0.214, -0.7, 1.594)
|
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0.214, -0.7, 1.594)
|
||||||
script = ExtResource("3_gf6ud")
|
script = ExtResource("3_gf6ud")
|
||||||
use_mouse = false
|
|
||||||
|
|
||||||
[node name="PilotFloor" type="Node3D" parent="AttitudeRoot/PilotEyes"]
|
[node name="PilotFloor" type="Node3D" parent="AttitudeRoot/PilotEyes"]
|
||||||
editor_description = "Required for floor tracking
|
editor_description = "Required for floor tracking
|
||||||
|
|
@ -70,7 +69,6 @@ transform = Transform3D(-0.5, -1.27582e-08, 7.43353e-08, 4.33325e-10, 0.4923, 0.
|
||||||
lidia_hostname = "127.0.0.1"
|
lidia_hostname = "127.0.0.1"
|
||||||
|
|
||||||
[node name="MarshConnector" type="MarshConnector" parent="."]
|
[node name="MarshConnector" type="MarshConnector" parent="."]
|
||||||
hostname = "192.168.1.2"
|
|
||||||
|
|
||||||
[connection signal="use_fallback" from="." to="AttitudeRoot/PilotEyes" method="_on_aircraft_use_fallback"]
|
[connection signal="use_fallback" from="." to="AttitudeRoot/PilotEyes" method="_on_aircraft_use_fallback"]
|
||||||
[connection signal="timeout" from="AttitudeRoot/PilotEyes/PilotFloor/XROrigin3D/RecentTracking" to="." method="_on_recent_tracking_timeout"]
|
[connection signal="timeout" from="AttitudeRoot/PilotEyes/PilotFloor/XROrigin3D/RecentTracking" to="." method="_on_recent_tracking_timeout"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue