Uses of Interface
org.web3d.x3d.sai.Layering.Viewport
Package
Description
The Layering component describes how to layer a set of subscene layers into a composite scene.
The Layering component describes how to layer a set of subscene layers into a composite scene.
-
Uses of Viewport in org.web3d.x3d.jsail.Layering
Modifier and TypeClassDescriptionclass
Viewport is a Grouping node that can contain most nodes. -
Uses of Viewport in org.web3d.x3d.sai.Layering
Modifier and TypeMethodDescriptionViewport.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.Viewport.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.Viewport.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.Viewport.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.Viewport.setClipBoundary
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named clipBoundary.Viewport.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Viewport.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.