Generates a highly customisable spline of repeating rings/cubes/spheres along the spline path.
[Extrusion:<value>] (E) (Default: 0.2):
The amount to length to add for each individual link along the chain.
[Thickness:<value>] (T) (Default: 0.15):
Thickness of each ring. Smaller values lead to a larger hole in the middle. 1.0 results in a (super-)sphere.
[Gap:<value>] (G) (Default: 0.0):
Relative gap size between each torus. 0 means there is no gap, all toruses come right after another. 1 means the distance is exactly the size of one torus. Negative values result in overlapping.
[MajorExponent:<value>] (M) (Default: 2.0):
The exponent defining the outer shape of an individual torus.
[MinorExponent:<value>] (N) (Default: 2.0):
The exponent defining the shape of the cross-section of an individual torus.
//ezspline 3d`` Scales (Sc)
Scales Spline
Generates a highly customisable spline with a scales-like three-dimensional texture on it.
Columns (C). (Default: 8):
Sets how many tiles should fit per "layer".
HorizontalOffset(H). Default: 1.05):
Determines how far apart each tile is sideways.
VerticalOffset(V). (Default: 1.2):
Determines how far apart each tile is along the spline path direction.
MajorExponent(M). (Default: 1.4):
The exponent defining the shape of the tile.
MinorExponent(N). (Default: 14.0):
The exponent defining the shape of the cross-section of each tile.
Angle(A). (Default: 14.0):
Defines the orientation of each tile.
DepthMultiplier(D). (Default: 1.0):
Adjusts how deep the ridges between the tiles go.
Values larger than 1 carve out blocks.
Value less than 1 fill with more blocks.
Example:
//ezsp 3d`` Sc(c:8,d:1.2) ``clay 22,9
//ezt ambient clay ##EnchantedBright
//ezspline 3d`` Noodles (No)
Noodles Spline
Experimental spline which generates a set of twisted, intertwining, non-intersecting sub-splines.
[Amount:<value>] (A) (Default: 12):
The number of intertwining lines.
[Tangle:<value>] (T) (Default: 3.0):
Determines how much the noodles intertwine and move around. Low values result in fully straight noodles. High values result in more chaotic paths.
[Density:<value>] (D) (Default: 70%):
Indirectly determines the width of the noodles by specifying how much the cross-section should be filled with material vs just air. 100% makes the noodles as thick as they can be so that the given amount of noodles can still fit into the spline radius. Thus, large values do not leave the noodles much space to move which gives rise to glitchy paths. Small values leave large air gaps between the noodles.
Example: Cross section of the spline at 100%
Example Cross section of the spline at 50% (same number of noodles)
The smaller the density the smaller the individual radius of the noodles. Difference to the width parameter: The determined radius is the one used for collision detection. The width parameter has no influence on the collision between noodles.
[Width:<value>] (W) (Default: 0.8):
Relative width multiplier for all noodles independent of the noodle collision detection. Noodle collisions are calculated at width 1.0. This parameter defines the width at which the noodles are rendered/placed. This means values larger than one result in overlapping noodles, clipping into each other, meanwhile, values smaller than one ensure an air gap between all noodles.
[Frequency:<value>] (F) (Default: 0.5):
Sets the frequency value of the underlying noise responsible for the random perturbations. Higher values result in jittering.
[Seed:<value>] (S) (Default: -1 (random)):
Sets the seed of the underlying noise responsible for the random perturbations.
//ezsp 3d Beads
This shape can also be achieved with theshape using the following set of parameters: Rings(E:0,T:1,G:0,M:2,N:2)
//ezsp 3d Cubes([Gap:<value>])
(!) We provide an interactive 3D plot to play around with all parameters:
//ezsp 3d Chainlink([Extrusion:<value>],[Thickness:<value>],[Gap:<value>],[MajorExponent:<value>],[MinorExponent:<value>],[Place:<value>])
(!) We provide an interactive 3D plot to play around with all parameters (it's very neat):
//ezsp 3d Fishnet([Spacing:<value>],[Depth:<value>],[Width:<value>])
(!) We provide an interactive 3D plot to play around with all parameters (it's very neat):
//ezsp 3d Oscillate([Depth:<value>],[Interval:<value>])
(!) We provide an interactive 3D plot to play around with all parameters: