| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Rendering |
The Rendering component includes fundamental rendering primitives such as TriangleSet
and PointSet nodes, as well as geometric properties nodes that define how coordinate
indices, colors, normals and texture coordinates are specified.
|
| org.web3d.x3d.sai.Rendering |
The Rendering component includes fundamental rendering primitives such as TriangleSet
and PointSet nodes, as well as geometric properties nodes that define how coordinate
indices, colors, normals and texture coordinates are specified.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedTriangleFanSetObject
X3D node tooltip: [X3DComposedGeometryNode] IndexedTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setAttrib(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setCcw(boolean newValue)
Assign boolean value to initializeOnly SFBool field named ccw.
|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setColor(X3DColorNode newValue)
Assign X3DColorNode instance (using a properly typed node) using RGB values [0..1] to inputOutput SFNode field color.
|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setColorPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setCoord(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setFogCoord(FogCoordinate newValue)
Assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setIndex(int[] newValue)
Assign int array within allowed range of [-1,infinity) to initializeOnly MFInt32 field named index.
|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setNormalPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named normalPerVertex.
|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setTexCoord(X3DTextureCoordinateNode newValue)
Assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.
|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.