feat: added placeholder camera model
This commit is contained in:
parent
5f34fe13f6
commit
3ff4935e02
3 changed files with 11 additions and 4 deletions
Binary file not shown.
|
|
@ -17,6 +17,8 @@ config/icon="res://icon.svg"
|
|||
|
||||
[display]
|
||||
|
||||
window/size/viewport_width=1440
|
||||
window/size/viewport_height=1600
|
||||
window/vsync/vsync_mode=0
|
||||
|
||||
[rendering]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://ctf3dsro4aqon"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://ctf3dsro4aqon"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cq0mv68n1jacx" path="res://3D Models/camera_placeholder.blend" id="1_bibh8"]
|
||||
|
||||
[sub_resource type="CylinderMesh" id="CylinderMesh_y71p3"]
|
||||
top_radius = 0.05
|
||||
|
|
@ -7,6 +9,8 @@ height = 0.05
|
|||
|
||||
[node name="VROrigin" type="VROrigin"]
|
||||
|
||||
[node name="ClientNode" type="ClientNode" parent="."]
|
||||
|
||||
[node name="XRCamera3D" type="XRCamera3D" parent="."]
|
||||
current = true
|
||||
|
||||
|
|
@ -19,7 +23,8 @@ mesh = SubResource("CylinderMesh_y71p3")
|
|||
[node name="RightController" type="XRController3D" parent="."]
|
||||
tracker = &"right_hand"
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="RightController"]
|
||||
mesh = SubResource("CylinderMesh_y71p3")
|
||||
[node name="ClueFinder" type="ClueFinder" parent="RightController"]
|
||||
transform = Transform3D(1, 0, 0, 0, -0.25849885, -0.96601164, 0, 0.96601164, -0.25849885, -0.06272071, -0.034197945, 0.03913331)
|
||||
|
||||
[node name="ClientNode" type="ClientNode" parent="."]
|
||||
[node name="camera_placeholder" parent="RightController/ClueFinder" instance=ExtResource("1_bibh8")]
|
||||
transform = Transform3D(1, 0, 0, 0, -1, -8.742278e-08, 0, 8.742278e-08, -1, 0.03785751, -0.042704105, 1.8867304e-08)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue