| 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 |
NormalObject
X3D node tooltip: [X3DNormalNode] Normal defines a set of 3D surface-normal vectors that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
|
| Modifier and Type | Method and Description |
|---|---|
Normal |
Normal.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Normal |
Normal.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Normal |
Normal.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Normal |
Normal.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Normal |
Normal.setVector(float[] newValue)
Assign 3-tuple float array within allowed range of [-1,1] to inputOutput MFVec3f field named vector.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.