| 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 |
CoordinateObject
X3D node tooltip: [X3DCoordinateNode] Coordinate builds geometry by defining a set of 3D coordinate (triplet) point values.
|
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
Coordinate.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Coordinate |
Coordinate.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Coordinate |
Coordinate.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Coordinate |
Coordinate.setPoint(float[] newValue)
Assign 3-tuple float array to inputOutput MFVec3f field named point.
|
Coordinate |
Coordinate.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.