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.
 
 

47 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] is a section
; param=value ; assigned a value
; param=value ; assigned a value
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.3", "Mobile")
config/icon="res://icon.svg"
[autoload]
[display]
window/size/viewport_width=1920
window/size/viewport_height=1920
[rendering]
renderer/rendering_method="mobile"
renderer/rendering_method.mobile="mobile"
textures/vram_compression/import_etc2_astc=true
[xr]
openxr/enabled=true
openxr/default_action_map="res://openxr_action_map.tres"
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
shaders/enabled=true
[editor_plugins]
enabled=PackedStringArray("res://addons/godotopenxrvendors/plugin.cfg")