Skip to content

Commit

Permalink
Merge pull request #40 from patrickdown/new-3d-models
Browse files Browse the repository at this point in the history
New glasses and wand models
  • Loading branch information
patrickdown authored Nov 12, 2023
2 parents 90e721b + 4c677f2 commit 6c1efde
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 42 deletions.
Binary file modified example/addons/tiltfive/assets/T5-glasses.glb
Binary file not shown.
2 changes: 1 addition & 1 deletion example/addons/tiltfive/assets/T5-glasses.glb.import
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dest_files=["res://.godot/imported/T5-glasses.glb-6d0d56d53da01ab25c5e0d7abeb3b1
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=0.001
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
Expand Down
Binary file modified example/addons/tiltfive/assets/T5-wand.glb
Binary file not shown.
2 changes: 1 addition & 1 deletion example/addons/tiltfive/assets/T5-wand.glb.import
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dest_files=["res://.godot/imported/T5-wand.glb-63815c4ecd00240c691007ffae3a6ad5.
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=0.01
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
Expand Down
4 changes: 0 additions & 4 deletions example/addons/tiltfive/assets/T5GlassesModel.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
[ext_resource type="PackedScene" uid="uid://c44ott7hdtkjs" path="res://addons/tiltfive/assets/T5-glasses.glb" id="1_22or3"]

[node name="T5-glasses" instance=ExtResource("1_22or3")]

[node name="Glasses - Cleaned" parent="." index="0"]
transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 0, 0)
layers = 2
36 changes: 0 additions & 36 deletions example/addons/tiltfive/assets/T5WandModel.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,3 @@
[ext_resource type="PackedScene" uid="uid://bggv3rg34lcs6" path="res://addons/tiltfive/assets/T5-wand.glb" id="1_rqv18"]

[node name="T5-wand" instance=ExtResource("1_rqv18")]

[node name="Wand" parent="." index="0"]
transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 0, 0.239415)

[node name="Button_A" parent="Wand" index="0"]
layers = 2

[node name="Button_B" parent="Wand" index="1"]
layers = 2

[node name="Button_One" parent="Wand" index="2"]
layers = 2

[node name="Button_T5" parent="Wand" index="3"]
layers = 2

[node name="Button_Two" parent="Wand" index="4"]
layers = 2

[node name="Button_X" parent="Wand" index="5"]
layers = 2

[node name="Button_Y" parent="Wand" index="6"]
layers = 2

[node name="Handle" parent="Wand" index="7"]
layers = 2

[node name="Pointer" parent="Wand" index="8"]
layers = 2

[node name="Stick" parent="Wand" index="9"]
layers = 2

[node name="Trigger" parent="Wand" index="10"]
layers = 2

0 comments on commit 6c1efde

Please sign in to comment.