Using loops for modeling
When it comes to building your own geometry modifier there are few ways around processing single elements. If just putting … Read More “Using loops for modeling”
When it comes to building your own geometry modifier there are few ways around processing single elements. If just putting … Read More “Using loops for modeling”
Combining Arrays The straight forward way to combine two or more arrays is the Concatenate node. It has a Variadic … Read More “Working with Arrays – Part 2”
This example is a more complex variation of a previous one Previous, simpler, example The key differences are the nested … Read More “Spline Plane from Noise”
In many cases only specific values of an iteration should be added to an array. A simple solution is the … Read More “Conditional creation of Arrays”
This example uses a basic iteration to create a circle from a given number (Count) of points with a certain … Read More “Iterations for Geometry Generation”