Experimental:Grid POP
Summary
The Grid POP creates rows and columns of points in a plane, and optionally creates multiple slices of points resulting in a 3D grid. The points can be connected with a variety of primitives using the Connectivity menu.
The grid size is specified in X, Y and Z, but the grid can be post-rotated to any angles using the Rotate parameters. Columns refers to the divisions in X, Rows to the divisions in Y, and Slices to the divisions in Z (pre-rotated).
Connectivity lets you choose the primitives and their organization that is output. You can output triangles, quads, lines, line strips, point primitives or no primitives (only points). Using the Line toggles, you can make your lines and line strips in X, Y and/or Z. Using the Plane toggles, you can make your triangle and quads in XY, YZ and/or ZX.
Randomize parameters will randomize where each point is in its cell, if you think of a cell being the box around a point beside the next point's cell. This is especially useful when Randomize is set to 1, which guarantees that every cell has exactly one point evenly distributed randomly in its cell, and that no points end up in another cell. This is otherwise hard to assure. Random Size Fit puts the randomized grid inside the boundary of the original unrandomized grid, ir or in a space that is one cell larger than the original unrandomized grid.
Anchor will line up the left, center or right side of the grid to X=0. Similar for Y and Z.
Dimension: When the grid is passed to other POPs it cannot be known for certain how many rows, columns and slices were specified in the Grid POP. However the grid (and other generator POPs) output its Dimensions to all POPs connected to it. Dimension is a powerful indicator of the organizations of points in a points list. A 2D grid has dimensions numCols numRows
, and a 3D grid has dimensions numCols NumRows numSlices
. Every POP outputs it dimensions which can be used by built-in attributes like Dim[]
. The Append Dimension menu gives you more control over the form of the dimension that is output.
You can output point, vertex or primitive normals (N
attribute), and you can output point or vertex texture coordinates (Tex
attribute).
The Grid POP takes an input which will cause the starting grid to have the same bounding box as the bounding box of the input. Then turning on Modify Bounds lets you further transform the grid.
You can turn on Unique Points which makes each vertex of each primitive use a unique point (not point sharing). But the grid Dimension is lost in this case - dimension is simply numPoints
.
See also Dimension, Sphere POP, Tube POP, Torus POP
Parameters - Grid Page
surftype
- ⊞ -
- None
none
-
- Lines
lines
-
- Line Strips
linestrips
-
- Triangles
triangles
-
- Alternating Triangles
alttriangles
-
- Quadrilaterals
quads
-
- Point Prims
points
-
modifybounds
-
size
- ⊞ -
- Size
size1
-
- Size
size2
-
- Size
size3
-
scale
-
cols
-
rows
-
slices
-
uniquepoints
-
seed
-
random
- ⊞ -
- Random
random1
-
- Random
random2
-
- Random
random3
-
randomsizefit
- ⊞ -
- Random Size Fit
randomsizefit1
-
- Random Size Fit
randomsizefit2
-
- Random Size Fit
randomsizefit3
-
line
- ⊞ -
- Line X/Y/Z
line1
-
- Line X/Y/Z
line2
-
- Line X/Y/Z
line3
-
plane
- ⊞ -
- Plane XY/YZ/ZX
plane1
-
- Plane XY/YZ/ZX
plane2
-
- Plane XY/YZ/ZX
plane3
-
anchoru
-
anchorv
-
anchorw
-
t
- ⊞ -
- Translate
tx
-
- Translate
ty
-
- Translate
tz
-
r
- ⊞ -
- Rotate
rx
-
- Rotate
ry
-
- Rotate
rz
-
normal
- ⊞ -
- None
none
-
- Point
pointNormals
-
- Vertex
vertNormals
-
- Primitive
primNormals
-
texture
- ⊞ -
- None
none
-
- Point
point
-
- Vertex
vert
-
dimension
- ⊞ -
- When Rows Cols Slices > 1
morethanone
-
- Always for Rows Cols
rowscolsalways
-
- Always for Rows Cols Slices
rowscolsslicesalways
-
Parameters - Common Page
bypass
-
delinputattrs
-
Operator Inputs
- Input 0: -
Info CHOP Channels
Extra Information for the Grid POP can be accessed via an Info CHOP.
Common POP Info Channels
Common Operator Info Channels
- total_cooks - Number of times the operator has cooked since the process started.
- cook_time - Duration of the last cook in milliseconds.
- cook_frame - Frame number when this operator was last cooked relative to the component timeline.
- cook_abs_frame - Frame number when this operator was last cooked relative to the absolute time.
- cook_start_time - Time in milliseconds at which the operator started cooking in the frame it was cooked.
- cook_end_time - Time in milliseconds at which the operator finished cooking in the frame it was cooked.
- cooked_this_frame - 1 if operator was cooked this frame.
- warnings - Number of warnings in this operator if any.
- errors - Number of errors in this operator if any.
TouchDesigner Build: