VertexBuilder class in Visual style definition

23 members:

type and namedescriptioncomments
function new
function
start new empty geometry  
function newPolygon
function
start new empty geometry  
function newTriangleFan
function
start new empty geometry  
function newTriangles
function
start new empty geometry  
function newTriangleStrip
function
start new empty geometry  
function newQuads
function
start new empty geometry  
function newQuadStrip
function
start new empty geometry  
function newPoints
function
start new empty geometry  
function newLines
function
start new empty geometry  
function newLineLoop
function
start new empty geometry  
function newLineStrip
function
start new empty geometry  
function addVertex
function
add vertex (3 coordinates or vector)  
function addNormal
function
add normal vector (3 coordinates or vector)  
function addNormal_1
function
add normal vector (3 coordinates) the vector will be normalized 
function addCalculatedNormal
function
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 
function addColor
function
add color (4 values)  
function addTexCoord
function
add texture coordinates (2 coordinates or vector)  
function genTexCoordsXY
function
generate texture coordinates for XY plane  
function genTexCoordsYZ
function
generate texture coordinates for YZ plane  
function genTexCoordsXZ
function
generate texture coordinates for XZ plane  
function genTexCoords
function
generate texture coordinates  
integer node
integer
geometry node  
object material
object field
material  

Global context>>Experiment definition>>Visual style definition