37 lines
1.5 KiB
Text
37 lines
1.5 KiB
Text
[gd_scene load_steps=7 format=3 uid="uid://cjrkxv8ix1h8s"]
|
|
|
|
[ext_resource type="Script" uid="uid://cx30pr7kn4c74" path="res://aircraft.gd" id="1_ig7tw"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_0xm2m"]
|
|
|
|
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_ig7tw"]
|
|
|
|
[sub_resource type="Sky" id="Sky_0xm2m"]
|
|
sky_material = SubResource("ProceduralSkyMaterial_ig7tw")
|
|
|
|
[sub_resource type="Environment" id="Environment_ig7tw"]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_0xm2m")
|
|
|
|
[sub_resource type="CameraAttributesPractical" id="CameraAttributesPractical_0xm2m"]
|
|
|
|
[node name="Main" type="Node3D"]
|
|
|
|
[node name="MarshConnector" type="MarshConnector" parent="."]
|
|
|
|
[node name="Aircraft" type="Node3D" parent="." node_paths=PackedStringArray("connector")]
|
|
script = ExtResource("1_ig7tw")
|
|
connector = NodePath("../MarshConnector")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="Aircraft"]
|
|
mesh = SubResource("BoxMesh_0xm2m")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
transform = Transform3D(-1, -2.26267e-08, 8.44439e-08, 0, 0.965926, 0.258819, -8.74228e-08, 0.258819, -0.965926, 0, 1, -3)
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(-0.707107, -0.683013, 0.183013, 0, 0.258819, 0.965926, -0.707107, 0.683013, -0.183013, 3, 3, 3)
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = SubResource("Environment_ig7tw")
|
|
camera_attributes = SubResource("CameraAttributesPractical_0xm2m")
|