Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #118 from m4gr3d/improve_hand_controller_switching…
Browse files Browse the repository at this point in the history
…_logic

Demo project cleanup
  • Loading branch information
Fredia Huya-Kouadio authored Jul 18, 2020
2 parents 535d7d5 + 59ea4b4 commit 1ebb548
Show file tree
Hide file tree
Showing 11 changed files with 584 additions and 560 deletions.
6 changes: 3 additions & 3 deletions demo/Main.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[ext_resource path="res://Main.gd" type="Script" id=1]
[ext_resource path="res://CubeTree.tscn" type="PackedScene" id=2]
[ext_resource path="res://addons/godot_ovrmobile/example_scenes/ARVROriginWithInitAndMovement.tscn" type="PackedScene" id=3]
[ext_resource path="res://addons/godot_ovrmobile/example_scenes/arvr_origin.tscn" type="PackedScene" id=3]

[sub_resource type="OpenSimplexNoise" id=1]
octaves = 4
Expand Down Expand Up @@ -38,8 +38,6 @@ size = Vector3( 0.02, 0.02, 0.02 )
[node name="Main" type="Spatial"]
script = ExtResource( 1 )

[node name="ARVROriginWithInitAndMovement" parent="." instance=ExtResource( 3 )]

[node name="Ground" type="MeshInstance" parent="."]
mesh = SubResource( 4 )
material/0 = null
Expand Down Expand Up @@ -76,3 +74,5 @@ transform = Transform( 1.36963, 0, 1.45744, 0, 2, 0, -1.45744, 0, 1.36963, 3.431

[node name="Tree04" parent="." instance=ExtResource( 2 )]
transform = Transform( 1.55405, 0, -1.25894, 0, 2, 0, 1.25894, 0, 1.55405, -2.40111, 2, 1.19577 )

[node name="ARVROrigin" parent="." instance=ExtResource( 3 )]

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1ebb548

Please sign in to comment.