| 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 |
LineSetObject
X3D node tooltip: [X3DGeometryNode] LineSet is a geometry node that can contain a Coordinate|CoordinateDouble node and optionally a Color|ColorRGBA node.
|
| Modifier and Type | Method and Description |
|---|---|
LineSet |
LineSet.setAttrib(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
LineSet |
LineSet.setColor(X3DColorNode newValue)
Assign X3DColorNode instance (using a properly typed node) using RGB values [0..1] to inputOutput SFNode field color.
|
LineSet |
LineSet.setCoord(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
LineSet |
LineSet.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
LineSet |
LineSet.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
LineSet |
LineSet.setFogCoord(FogCoordinate newValue)
Assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
LineSet |
LineSet.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LineSet |
LineSet.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
LineSet |
LineSet.setVertexCount(int[] newValue)
Assign int array within allowed range of [2,infinity) to inputOutput MFInt32 field named vertexCount.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.