From 89e7c4e90ca4f335b3cc722ccfe42f9064ad96ca Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Fri, 29 Jul 2022 21:30:22 +0100 Subject: [PATCH] Document default connections --- doc/source/generators.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/generators.md b/doc/source/generators.md index dde3b91b..86ecbeb6 100644 --- a/doc/source/generators.md +++ b/doc/source/generators.md @@ -116,6 +116,9 @@ You might notice that despite it being 3D, it still appears to produce a heightm ![Voxel graph 3D noise expanded](images/voxel_graph_noise3d_expanded.webp) +!!! note + Some nodes have default connections. For example, with 3D noise, if you don't connect inputs, they will automatically assume (X,Y,Z) voxel position by default. If you need a specific constant in an input, this behavior can be opted out by turning off `autoconnect_default_inputs` in the inspector. + #### Planet We are not actually forced to keep generating the world like a plane. We can go even crazier, and do planets. A good way to begin a planet is to make a sphere with the `SdfSphere` node: