carto-revive/res/scene/test.tscn
2024-10-22 21:46:21 +08:00

61 lines
2.1 KiB
Plaintext

[gd_scene load_steps=11 format=3 uid="uid://tht1tf5iq6lw"]
[ext_resource type="Script" path="res://src/testing/TestThruster.cs" id="1_y7wni"]
[sub_resource type="BoxShape3D" id="BoxShape3D_xxi7g"]
size = Vector3(16.9697, 0.0310059, 15.6934)
[sub_resource type="PlaneMesh" id="PlaneMesh_xcndr"]
size = Vector2(20, 20)
[sub_resource type="BoxShape3D" id="BoxShape3D_8al46"]
[sub_resource type="BoxMesh" id="BoxMesh_jgj3c"]
[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_uxbcq"]
[sub_resource type="Sky" id="Sky_iakm3"]
sky_material = SubResource("PhysicalSkyMaterial_uxbcq")
[sub_resource type="Environment" id="Environment_0rcmt"]
background_mode = 2
sky = SubResource("Sky_iakm3")
[sub_resource type="CameraAttributesPhysical" id="CameraAttributesPhysical_irbnp"]
[sub_resource type="Compositor" id="Compositor_tt8nt"]
[node name="root" type="Node3D"]
[node name="ground" type="StaticBody3D" parent="."]
disable_mode = 1
input_ray_pickable = false
[node name="CollisionShape3D" type="CollisionShape3D" parent="ground"]
shape = SubResource("BoxShape3D_xxi7g")
[node name="MeshInstance3D" type="MeshInstance3D" parent="ground"]
mesh = SubResource("PlaneMesh_xcndr")
[node name="test-rocket" type="RigidBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.815224, 0)
script = ExtResource("1_y7wni")
[node name="CollisionShape3D" type="CollisionShape3D" parent="test-rocket"]
shape = SubResource("BoxShape3D_8al46")
[node name="MeshInstance3D" type="MeshInstance3D" parent="test-rocket"]
mesh = SubResource("BoxMesh_jgj3c")
[node name="Camera3D" type="Camera3D" parent="test-rocket"]
transform = Transform3D(1, 0, 0, 0, 0.91772, 0.397228, 0, -0.397228, 0.91772, 0, 4.51745, 14.147)
current = true
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(0.767277, -0.356166, -0.533322, 0.641316, 0.42612, 0.638072, 0, -0.831605, 0.555367, -9.52374, 5.38917, 8.97674)
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_0rcmt")
camera_attributes = SubResource("CameraAttributesPhysical_irbnp")
compositor = SubResource("Compositor_tt8nt")