22 lines
990 B
Text
22 lines
990 B
Text
[gd_scene load_steps=4 format=3 uid="uid://c7r4rhgj3ucao"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bjxjcx2qu16q5" path="res://scenes/draggable_object.tscn" id="1_bb6uc"]
|
|
[ext_resource type="Script" uid="uid://crjao0jjv5yqs" path="res://src/draggable_camera.gd" id="1_hem3r"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_cbcd7"]
|
|
size = Vector3(3.535, 1, 1)
|
|
|
|
[node name="Lab" type="Node3D"]
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("BoxMesh_cbcd7")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.236948, 0.9448395, 1.8294222)
|
|
script = ExtResource("1_hem3r")
|
|
|
|
[node name="DraggableObject" parent="." instance=ExtResource("1_bb6uc")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.236948, 0.9448395, 0.0039073825)
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 0.8403207, 0.5420896, 0, -0.5420896, 0.8403207, 0, 1.9293891, 0)
|