Skip to content

Commit

Permalink
enabled MRC
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoSpark314 committed Oct 28, 2020
1 parent a1b305a commit 6c94bc5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 3 additions & 1 deletion GameMain.gd
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
extends Node

func _ready():
print(ARVRServer.get_interfaces())
vr.initialize();

#vr.set_display_refresh_rate(60);
#Engine.target_fps = 60;

vr.scene_switch_root = self;

if (vr.inVR): vr.switch_scene("res://game/GodotSplash.tscn", 0.0, 0.0);
Expand Down
8 changes: 4 additions & 4 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ custom_features=""
export_filter="all_resources"
include_filter="*oculussig_*, *.dat, *.json, *.egg"
exclude_filter=""
export_path="src_data/exports/godot_oculus_quest_toolkit_demo_0.4.1.apk"
export_path="src_data/exports/godot_beep_saber_0.2.0.apk"
patch_list=PoolStringArray( )
script_export_mode=0
script_encryption_key=""
Expand All @@ -18,15 +18,15 @@ graphics/32_bits_framebuffer=false
xr_features/xr_mode=1
xr_features/degrees_of_freedom=1
xr_features/hand_tracking=1
xr_features/focus_awareness=false
one_click_deploy/clear_previous_install=true
xr_features/focus_awareness=true
one_click_deploy/clear_previous_install=false
custom_template/debug="bin/android_debug.apk"
custom_template/release=""
custom_template/use_custom_build=false
custom_template/export_format=0
command_line/extra_args=""
version/code=1
version/name="0.1.0"
version/name="0.2.0"
package/unique_name="org.dammertz.vr.godot_beep_saber"
package/name="Godot Beep Saber"
package/signed=true
Expand Down
5 changes: 4 additions & 1 deletion game/BeepSaber_Game.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=24 format=2]
[gd_scene load_steps=25 format=2]

[ext_resource path="res://game/BeepCube_Cut.material" type="Material" id=1]
[ext_resource path="res://OQ_Toolkit/OQ_UI2D/OQ_UI2DLabel.tscn" type="PackedScene" id=2]
Expand All @@ -14,6 +14,7 @@
[ext_resource path="res://OQ_Toolkit/OQ_ARVRController/Feature_UIRayCast.tscn" type="PackedScene" id=12]
[ext_resource path="res://game/background.tres" type="Texture" id=13]
[ext_resource path="res://game/background_sky.tres" type="PanoramaSky" id=14]
[ext_resource path="res://OQ_Toolkit/OQ_ARVROrigin/Feature_MixedRealityCapture.tscn" type="PackedScene" id=15]

[sub_resource type="Environment" id=1]
background_mode = 3
Expand Down Expand Up @@ -84,6 +85,8 @@ ui_raycast_visible_button = -1

[node name="Feature_VRSimulator" parent="OQ_ARVROrigin" instance=ExtResource( 6 )]

[node name="Feature_MixedRealityCapture" parent="OQ_ARVROrigin" instance=ExtResource( 15 )]

[node name="Track" type="Spatial" parent="."]

[node name="StandingGround" type="StaticBody" parent="."]
Expand Down

0 comments on commit 6c94bc5

Please sign in to comment.