| 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 |
IndexedLineSetObject
X3D node tooltip: [X3DGeometryNode] IndexedLineSet defines polyline segments using index lists corresponding to vertex coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedLineSet |
IndexedLineSet.setAttrib(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
IndexedLineSet |
IndexedLineSet.setColor(X3DColorNode newValue)
Assign X3DColorNode instance (using a properly typed node) using RGB values [0..1] to inputOutput SFNode field color.
|
IndexedLineSet |
IndexedLineSet.setColorIndex(int[] newValue)
Assign int array using RGB values [0..1] to initializeOnly MFInt32 field named colorIndex.
|
IndexedLineSet |
IndexedLineSet.setColorPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
IndexedLineSet |
IndexedLineSet.setCoord(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
IndexedLineSet |
IndexedLineSet.setCoordIndex(int[] newValue)
Assign int array within allowed range of [-1,infinity) to initializeOnly MFInt32 field named coordIndex.
|
IndexedLineSet |
IndexedLineSet.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
IndexedLineSet |
IndexedLineSet.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
IndexedLineSet |
IndexedLineSet.setFogCoord(FogCoordinate newValue)
Assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
IndexedLineSet |
IndexedLineSet.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
IndexedLineSet |
IndexedLineSet.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.