We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583055f commit fc14ad7Copy full SHA for fc14ad7
demo/terrain_gen_script.gd
@@ -38,11 +38,4 @@ func _ready():
38
# Access Poisson samples
39
var poisson_points: Array = result["poissonPoints"]
40
for point in poisson_points:
41
- print("Poisson sample at: ", point)
42
-
43
- # Access 3D flat zone points
44
- var flat_zone_points_3d: Array = result["flatZonePoints3D"]
45
- for point in flat_zone_points_3d:
46
- print("Flat zone 3D point: ", point)
47
48
+ print("Poisson sample at: ", point)
0 commit comments