| Package | Description |
|---|---|
| org.web3d.x3d.jsail.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| org.web3d.x3d.sai.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpacityMapVolumeStyleObject
X3D node tooltip: (X3D version 3.3 or later) [X3DComposableVolumeRenderStyleNode] OpacityMapVolumeStyle specifies that volumetric data is rendered using opacity mapped to a transfer function texture.
|
| Modifier and Type | Method and Description |
|---|---|
OpacityMapVolumeStyle |
OpacityMapVolumeStyle.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
OpacityMapVolumeStyle |
OpacityMapVolumeStyle.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
OpacityMapVolumeStyle |
OpacityMapVolumeStyle.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
OpacityMapVolumeStyle |
OpacityMapVolumeStyle.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
OpacityMapVolumeStyle |
OpacityMapVolumeStyle.setTransferFunction(X3DNode newValue)
Assign X3DNode instance (using a properly typed node) with acceptable node types limited to X3DTexture2DNode|X3DTexture3DNode, to inputOutput SFNode field transferFunction.
// newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1
boolean isNodeTypeAllowed =
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.sai.Texturing.X3DTexture2DNode) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode);
if (!
|
OpacityMapVolumeStyle |
OpacityMapVolumeStyle.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.