Uses of Interface
org.web3d.x3d.sai.VolumeRendering.ProjectionVolumeStyle
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.VolumeRendering | |
| org.web3d.x3d.sai.VolumeRendering |
-
Uses of ProjectionVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Classes in org.web3d.x3d.jsail.VolumeRendering that implement ProjectionVolumeStyle Modifier and Type Class Description classProjectionVolumeStyleObjectProjectionVolumeStyle uses voxel data to directly generate output color. -
Uses of ProjectionVolumeStyle in org.web3d.x3d.sai.VolumeRendering
Methods in org.web3d.x3d.sai.VolumeRendering that return ProjectionVolumeStyle Modifier and Type Method Description ProjectionVolumeStyleProjectionVolumeStyle. setEnabled(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named enabled.ProjectionVolumeStyleProjectionVolumeStyle. setIntensityThreshold(float newValue)Accessor method to assign float value to inputOutput SFFloat field named intensityThreshold.ProjectionVolumeStyleProjectionVolumeStyle. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ProjectionVolumeStyleProjectionVolumeStyle. setType(java.lang.String newValue)Accessor method to assign String enumeration value ("MAX" | "MIN" | "AVERAGE") to inputOutput SFString field named type.