12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- [gd_scene load_steps=7 format=3 uid="uid://c7mdo8kugd8e"]
- [ext_resource type="Texture2D" uid="uid://cgwafs6ukpm7y" path="res://component/entity/ground/ground051.jpg" id="1_x5qt0"]
- [ext_resource type="Script" path="res://run/levels/camera_tracker.gd" id="2_m6pqc"]
- [ext_resource type="PackedScene" uid="uid://ceqqr0vn633o4" path="res://component/entity/vehicles/biplan/biplan.tscn" id="3_wp27j"]
- [sub_resource type="BoxShape3D" id="BoxShape3D_ctk0t"]
- size = Vector3(500, 10, 500)
- [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ot7iy"]
- albedo_texture = ExtResource("1_x5qt0")
- subsurf_scatter_strength = 0.73
- grow_amount = 0.352
- point_size = 55.9
- [sub_resource type="QuadMesh" id="QuadMesh_dt8nl"]
- material = SubResource("StandardMaterial3D_ot7iy")
- size = Vector2(500, 500)
- orientation = 1
- [node name="InfiniteLevel" type="Node3D"]
- [node name="Ground" type="StaticBody3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0)
- collision_mask = 0
- [node name="Shape" type="CollisionShape3D" parent="Ground"]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -5, 0)
- shape = SubResource("BoxShape3D_ctk0t")
- [node name="MeshInstance3D" type="MeshInstance3D" parent="Ground"]
- mesh = SubResource("QuadMesh_dt8nl")
- [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 0.734358, 0.678762, 0, -0.678762, 0.734358, -33.1669, 12.6773, 15.7238)
- shadow_enabled = true
- [node name="MainCamera" type="Camera3D" parent="."]
- transform = Transform3D(0.865641, -0.163827, 0.473103, 3.02203e-08, 0.944949, 0.327218, -0.500665, -0.283253, 0.817987, -74.1516, 5.77866, 70.029)
- current = true
- script = ExtResource("2_m6pqc")
- max_distance = 6.0
- camera_height = 2.0
- [node name="Biplan1" parent="." instance=ExtResource("3_wp27j")]
- transform = Transform3D(-0.0491111, 0, 0.998793, 0, 1, 0, -0.998793, 0, -0.0491111, -89.2691, 23.1855, 53.3185)
- [node name="Biplan2" parent="." instance=ExtResource("3_wp27j")]
- transform = Transform3D(-0.0491111, 0, 0.998793, 0, 1, 0, -0.998793, 0, -0.0491111, -89.2691, 8.79795, 53.3185)
- [node name="Biplan3" parent="." instance=ExtResource("3_wp27j")]
- transform = Transform3D(-0.0491111, 0, 0.998793, 0, 1, 0, -0.998793, 0, -0.0491111, -83.7131, 8.79795, 61.062)
- [node name="Biplan4" parent="." instance=ExtResource("3_wp27j")]
- transform = Transform3D(0.822065, 0, -0.569394, 0, 1, 0, 0.569394, 0, 0.822065, -79.6031, 8.79795, 60.0757)
|