-
-
Methods in org.web3d.x3d.sai.Rendering that return TriangleSet
| Modifier and Type |
Method |
Description |
TriangleSet |
TriangleSet.setAttrib(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
TriangleSet |
TriangleSet.setCcw(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named ccw.
|
TriangleSet |
TriangleSet.setColor(X3DColorNode newValue) |
Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.
|
TriangleSet |
TriangleSet.setColorPerVertex(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
TriangleSet |
TriangleSet.setCoord(X3DCoordinateNode newValue) |
Accessor method to assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
TriangleSet |
TriangleSet.setFogCoord(FogCoordinate newValue) |
Accessor method to assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
TriangleSet |
TriangleSet.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TriangleSet |
TriangleSet.setNormal(X3DNormalNode newValue) |
Accessor method to assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
TriangleSet |
TriangleSet.setNormalPerVertex(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.
|
TriangleSet |
TriangleSet.setSolid(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named solid.
|
TriangleSet |
TriangleSet.setTexCoord(X3DTextureCoordinateNode newValue) |
Accessor method to assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.
|