You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
43 lines
1.1 KiB
; Engine configuration file.
|
|
; It's best edited using the editor UI and not directly,
|
|
; since the parameters that go here are not all obvious.
|
|
;
|
|
; Format:
|
|
; [section] ; section goes between []
|
|
; param=value ; assign values to parameters
|
|
|
|
config_version=5
|
|
|
|
[application]
|
|
|
|
config/name="G1 Teleop"
|
|
config/description="Native Quest 3 teleoperation app for Unitree G1 humanoid robot with body tracking"
|
|
run/main_scene="res://Main.tscn"
|
|
config/features=PackedStringArray("4.6", "Mobile")
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1920
|
|
window/size/viewport_height=1920
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="mobile"
|
|
textures/vram_compression/import_etc2_astc=true
|
|
|
|
[xr]
|
|
|
|
openxr/enabled=true
|
|
openxr/form_factor=0
|
|
openxr/view_configuration=1
|
|
openxr/reference_space=1
|
|
openxr/environment_blend_mode=0
|
|
openxr/foveation_level=3
|
|
openxr/foveation_dynamic=true
|
|
openxr/extensions/hand_tracking=true
|
|
openxr/extensions/hand_tracking_unobstructed_data_source=true
|
|
openxr/extensions/hand_tracking_controller_data_source=true
|
|
openxr/extensions/hand_interaction_profile=true
|
|
openxr/extensions/meta/body_tracking=true
|
|
shaders/enabled=true
|