[gd_scene load_steps=4 format=3 uid="uid://crs68yhijqkca"] [ext_resource type="Script" uid="uid://chqpqe4anvamd" path="res://src/world/generation/chunk/chunk.gd" id="1_87ter"] [sub_resource type="PlaneMesh" id="PlaneMesh_0cma0"] size = Vector2(64, 64) subdivide_width = 64 subdivide_depth = 64 center_offset = Vector3(32, 0, 32) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_87ter"] points = PackedVector3Array(1.9073486e-06, 0, 1.9073486e-06, 1.9073486e-06, 0, 64, 64, 0, 1.9073486e-06, 64, 0, 64) [node name="Chunk" type="Node3D"] script = ExtResource("1_87ter") [node name="MeshInstance3D" type="MeshInstance3D" parent="."] mesh = SubResource("PlaneMesh_0cma0") [node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"] [node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"] shape = SubResource("ConvexPolygonShape3D_87ter")