GeomBuilder class, available in: Visual style definitionScene graph access (build and manipulate the 3D object tree).This class has 37 members:
sdleiF
multiline string codeScript
SSGNode currentNodecurrently selected node
string defaultStyledefault style
float matrix00matrix[0,0]
float matrix01matrix[1,0]
float matrix02matrix[0,2]
float matrix03matrix[0,3]
float matrix10matrix[1,0]
float matrix11matrix[1,1]
float matrix12matrix[1,2]
float matrix13matrix[1,3]
float matrix20matrix[2,0]
float matrix21matrix[2,1]
float matrix22matrix[2,2]
float matrix23matrix[2,3]
float matrix30matrix[3,0]
float matrix31matrix[3,1]
float matrix32matrix[3,2]
float matrix33matrix[3,3]
SSGNode rootNodeobject's root node
SSGNode updatingNodegeometry node to be associated with current creature's element
snoitcnuF
function add(SSGNode)returns SSGNodeaddadd a child node to the current node
function addBranch()returns SSGNodeaddBranchcreate the branch node as a child of the current node and make it the new current node
function addTransform(SSGNode parent_node)returns SSGNodeaddTransformcreate the transform node as a child of the parent node and make it the new current node.
function dump(SSGNode node, int level)doesn't return a valuedump object hierarchy
function getBranch(SSGNode branch_node, int branch_index)returns SSGNodegetBranch
function matrixMove(float x, float y, float z)doesn't return a valuetranslate matrix
function matrixMove1(XYZ)doesn't return a valuetranslate matrixMechPart.pos can be used here
function matrixOrient(float x, float y, float z)doesn't return a valueset matrix orientation
function matrixOrient1(Orient)doesn't return a valueset matrix orientationMechPart.orient can be used here
function matrixPosition(float x, float y, float z)doesn't return a valueset matrix translation
function matrixPosition1(XYZ)doesn't return a valueset matrix translationMechPart.pos can be used here
function matrixReset()doesn't return a valueload identity matrix
function matrixRotate(float x, float y, float z)doesn't return a valuerotate matrix
function matrixRotate1(Orient)doesn't return a valuerotate matrix
function matrixScale(float x, float y, float z)doesn't return a valuescale matrix
function setMatrix(SSGNode transform_node)doesn't return a valueset matrixcopy current matrix into specified node
Global context>>Experiment definition>>Visual style definition