| 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 |
ClipPlaneObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChildNode] ClipPlane specifies a single plane equation used to clip (i.e. cull or hide) displayed geometry.
|
| Modifier and Type | Method and Description |
|---|---|
ClipPlane |
ClipPlane.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ClipPlane |
ClipPlane.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ClipPlane |
ClipPlane.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
ClipPlane |
ClipPlane.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ClipPlane |
ClipPlane.setPlane(float[] newValue)
Assign 4-tuple float array within allowed range of [-1,1] to inputOutput SFVec4f field named plane.
|
ClipPlane |
ClipPlane.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.