Uses of Interface
org.web3d.x3d.sai.Rendering.ClipPlane
Package
Description
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.
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.
-
Uses of ClipPlane in org.web3d.x3d.jsail.Rendering
Modifier and TypeClassDescriptionclass
ClipPlane specifies a single plane equation used to clip (i. -
Uses of ClipPlane in org.web3d.x3d.sai.Rendering
Modifier and TypeMethodDescriptionClipPlane.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.ClipPlane.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ClipPlane.setPlane
(float[] newValue) Accessor method to assign 4-tuple float array to inputOutput SFVec4f field named plane.