-
-
Methods in org.web3d.x3d.sai.VolumeRendering that return VolumeData
| Modifier and Type |
Method |
Description |
VolumeData |
VolumeData.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
VolumeData |
VolumeData.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
VolumeData |
VolumeData.setDimensions(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named dimensions.
|
VolumeData |
VolumeData.setDisplayBBox(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
|
VolumeData |
VolumeData.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
VolumeData |
VolumeData.setRenderStyle(X3DVolumeRenderStyleNode newValue) |
Accessor method to assign X3DVolumeRenderStyleNode instance (using a properly typed node) to inputOutput SFNode field renderStyle.
|
VolumeData |
VolumeData.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|
VolumeData |
VolumeData.setVoxels(X3DTexture3DNode newValue) |
Accessor method to assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.
|