| type and name | description | comments |
newfunction |
start new empty geometry | |
newPolygonfunction |
start new empty geometry | |
newTriangleFanfunction |
start new empty geometry | |
newTrianglesfunction |
start new empty geometry | |
newTriangleStripfunction |
start new empty geometry | |
newQuadsfunction |
start new empty geometry | |
newQuadStripfunction |
start new empty geometry | |
newPointsfunction |
start new empty geometry | |
newLinesfunction |
start new empty geometry | |
newLineLoopfunction |
start new empty geometry | |
newLineStripfunction |
start new empty geometry | |
addVertexfunction |
add vertex (3 coordinates or vector) | |
addNormalfunction |
add normal vector (3 coordinates or vector) | |
addNormal_1function |
add normal vector (3 coordinates) | the vector will be normalized |
addCalculatedNormalfunction |
add calculated normal vector | calculate the normal vector from 3 coordinates. integer arguments are the vertices' indices. 0,1,2... = first, second, third vertex, -1,-2,-3,... = last, last-1, last-2 vertex |
addColorfunction |
add color (4 values) | |
addTexCoordfunction |
add texture coordinates (2 coordinates or vector) | |
genTexCoordsXYfunction |
generate texture coordinates for XY plane | |
genTexCoordsYZfunction |
generate texture coordinates for YZ plane | |
genTexCoordsXZfunction |
generate texture coordinates for XZ plane | |
genTexCoordsfunction |
generate texture coordinates | |
nodeinteger |
geometry node | |
materialobject field |
material | |