biplans.tscn 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [gd_scene load_steps=7 format=3 uid="uid://c7mdo8kugd8e"]
  2. [ext_resource type="Texture2D" uid="uid://cgwafs6ukpm7y" path="res://component/entity/ground/ground051.jpg" id="1_x5qt0"]
  3. [ext_resource type="Script" path="res://run/levels/camera_tracker.gd" id="2_m6pqc"]
  4. [ext_resource type="PackedScene" uid="uid://ceqqr0vn633o4" path="res://component/entity/vehicles/biplan/biplan.tscn" id="3_wp27j"]
  5. [sub_resource type="BoxShape3D" id="BoxShape3D_ctk0t"]
  6. size = Vector3(500, 10, 500)
  7. [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ot7iy"]
  8. albedo_texture = ExtResource("1_x5qt0")
  9. subsurf_scatter_strength = 0.73
  10. grow_amount = 0.352
  11. point_size = 55.9
  12. [sub_resource type="QuadMesh" id="QuadMesh_dt8nl"]
  13. material = SubResource("StandardMaterial3D_ot7iy")
  14. size = Vector2(500, 500)
  15. orientation = 1
  16. [node name="InfiniteLevel" type="Node3D"]
  17. [node name="Ground" type="StaticBody3D" parent="."]
  18. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0)
  19. collision_mask = 0
  20. [node name="Shape" type="CollisionShape3D" parent="Ground"]
  21. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -5, 0)
  22. shape = SubResource("BoxShape3D_ctk0t")
  23. [node name="MeshInstance3D" type="MeshInstance3D" parent="Ground"]
  24. mesh = SubResource("QuadMesh_dt8nl")
  25. [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
  26. transform = Transform3D(1, 0, 0, 0, 0.734358, 0.678762, 0, -0.678762, 0.734358, -33.1669, 12.6773, 15.7238)
  27. shadow_enabled = true
  28. [node name="MainCamera" type="Camera3D" parent="."]
  29. 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)
  30. current = true
  31. script = ExtResource("2_m6pqc")
  32. max_distance = 6.0
  33. camera_height = 2.0
  34. [node name="Biplan1" parent="." instance=ExtResource("3_wp27j")]
  35. transform = Transform3D(-0.0491111, 0, 0.998793, 0, 1, 0, -0.998793, 0, -0.0491111, -89.2691, 23.1855, 53.3185)
  36. [node name="Biplan2" parent="." instance=ExtResource("3_wp27j")]
  37. transform = Transform3D(-0.0491111, 0, 0.998793, 0, 1, 0, -0.998793, 0, -0.0491111, -89.2691, 8.79795, 53.3185)
  38. [node name="Biplan3" parent="." instance=ExtResource("3_wp27j")]
  39. transform = Transform3D(-0.0491111, 0, 0.998793, 0, 1, 0, -0.998793, 0, -0.0491111, -83.7131, 8.79795, 61.062)
  40. [node name="Biplan4" parent="." instance=ExtResource("3_wp27j")]
  41. transform = Transform3D(0.822065, 0, -0.569394, 0, 1, 0, 0.569394, 0, 0.822065, -79.6031, 8.79795, 60.0757)