Uses of Interface
org.web3d.x3d.sai.Layering.LayerSet
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 LayerSet in org.web3d.x3d.jsail.Layering
Modifier and TypeClassDescriptionclass
LayerSet defines a list of layers and a rendering order. -
Uses of LayerSet in org.web3d.x3d.sai.Layering
Modifier and TypeMethodDescriptionLayerSet.setActiveLayer
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named activeLayer.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 layers.LayerSet.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.LayerSet.setOrder
(int[] newValue) Accessor method to assign int array to inputOutput MFInt32 field named order.