83 lines
3.2 KiB
Plaintext
Raw Normal View History

2025-10-02 16:42:39 -06:00
[gd_scene load_steps=5 format=3 uid="uid://nllc8ljmn37g"]
[ext_resource type="Script" uid="uid://drk82eeqk2mjs" path="res://src/world/generation/feature/generation_feature.gd" id="1_ek7o7"]
[sub_resource type="PlaneMesh" id="PlaneMesh_pko82"]
size = Vector2(100000, 100000)
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_ek7o7"]
data = PackedVector3Array(50000, 0, 50000, -50000, 0, 50000, 50000, 0, -50000, -50000, 0, 50000, -50000, 0, -50000, 50000, 0, -50000)
[sub_resource type="BoxShape3D" id="BoxShape3D_pko82"]
size = Vector3(200000, 200000, 200000)
[node name="Arcology" type="Node3D"]
script = ExtResource("1_ek7o7")
metadata/_custom_type_script = "uid://drk82eeqk2mjs"
[node name="InnerPyramid" type="CSGCylinder3D" parent="."]
transform = Transform3D(0.70710677, 0, 0.70710677, 0, 1, 0, -0.70710677, 0, 0.70710677, 50000, 30000, 50000)
visibility_range_end = 100000.0
visibility_range_end_margin = 64.0
visibility_range_fade_mode = 1
2025-10-02 16:42:39 -06:00
use_collision = true
radius = 60000.0
height = 60000.0
sides = 4
cone = true
smooth_faces = false
[node name="OuterPyramid" type="CSGCylinder3D" parent="InnerPyramid"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5000, 0)
radius = 70000.0
height = 70000.0
sides = 4
cone = true
smooth_faces = false
[node name="TopCutoff" type="CSGBox3D" parent="InnerPyramid/OuterPyramid"]
transform = Transform3D(0.70710677, 0, -0.70710677, 0, 1, 0, 0.70710677, 0, 0.70710677, 0, 30000, 0)
operation = 2
size = Vector3(100000, 80000, 100000)
[node name="Slots" type="CSGCombiner3D" parent="InnerPyramid/OuterPyramid"]
transform = Transform3D(0.70710677, 0, -0.70710677, 0, 1, 0, 0.70710677, 0, 0.70710677, 0, 0, 0)
operation = 2
[node name="CSGBox3D2" type="CSGBox3D" parent="InnerPyramid/OuterPyramid/Slots"]
transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0)
size = Vector3(100000, 71000, 10000)
[node name="CSGBox3D3" type="CSGBox3D" parent="InnerPyramid/OuterPyramid/Slots"]
transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0)
size = Vector3(10000, 71000, 100000)
[node name="Slots" type="CSGCombiner3D" parent="InnerPyramid"]
transform = Transform3D(0.70710677, 0, -0.70710677, 0, 1, 0, 0.70710677, 0, 0.70710677, 0, -18000, 0)
operation = 2
[node name="CSGBox3D2" type="CSGBox3D" parent="InnerPyramid/Slots"]
transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0)
size = Vector3(100000, 30000, 10000)
[node name="CSGBox3D3" type="CSGBox3D" parent="InnerPyramid/Slots"]
transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0)
size = Vector3(10000, 30000, 100000)
[node name="WorldFloor" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 50000, 0, 50000)
mesh = SubResource("PlaneMesh_pko82")
[node name="StaticBody3D" type="StaticBody3D" parent="WorldFloor"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="WorldFloor/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_ek7o7")
[node name="HighDetailArea" type="Area3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 50000, 0, 50000)
collision_layer = 0
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="HighDetailArea"]
shape = SubResource("BoxShape3D_pko82")