public class J3DSurface extends J3DGeomGroup<Surface>
Modified by: Joseph A. Huwaldt
USERDATA_KEY
Constructor and Description |
---|
J3DSurface(GeomSSCanvas3D canvas,
Surface geometry)
Construct a J3DSurface using the specified PointArray as a reference.
|
Modifier and Type | Method and Description |
---|---|
Node |
cloneNode(boolean forceDuplicate)
Creates a new instance of the node.
|
getDefaultRenderingPrefs, getGeomElement, getRenderingPrefs, getRenderType, isDisplayed, isMirrored, setDefaultRenderingPrefs, setDisplayed, setDrawTolerance, setLineColor, setLineWidth, setMirrored, setPointColor, setPointSize, setRenderType
public J3DSurface(GeomSSCanvas3D canvas, Surface geometry)
canvas
- The canvas that the geometry is being rendered into.geometry
- The GeomSS geometry to be turned into a Java3D node.public Node cloneNode(boolean forceDuplicate)
cloneTree
to duplicate the current node.forceDuplicate
- when set to true
, causes the
duplicateOnCloneTree
flag to be ignored. When
false
, the value of each node's
duplicateOnCloneTree
variable determines whether
NodeComponent data is duplicated or copied.