| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| org.web3d.x3d.jsail.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| org.web3d.x3d.sai.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| 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 |
MaterialObject
X3D node tooltip: [X3DMaterialNode] Material specifies surface rendering properties for associated geometry nodes.
|
class |
TwoSidedMaterialObject
X3D node tooltip: (X3D version 3.2 or later) [X3DMaterialNode] TwoSidedMaterial specifies surface rendering properties for associated geometry nodes, for outer (front) and inner (back) sides of polygons.
|
| Modifier and Type | Method and Description |
|---|---|
X3DMaterialNode |
AppearanceObject.getMaterial()
Provide X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.
|
| Modifier and Type | Method and Description |
|---|---|
AppearanceObject |
AppearanceObject.setMaterial(X3DMaterialNode newValue)
Assign X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material.
|
| Modifier and Type | Method and Description |
|---|---|
X3DMaterialNode |
ShadedVolumeStyleObject.getMaterial()
Provide X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.
|
| Modifier and Type | Method and Description |
|---|---|
ShadedVolumeStyleObject |
ShadedVolumeStyleObject.setMaterial(X3DMaterialNode newValue)
Assign X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Material
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
TwoSidedMaterial
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DMaterialNode |
Appearance.getMaterial()
Provide X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.
|
X3DMaterialNode |
X3DMaterialNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DMaterialNode |
X3DMaterialNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DMaterialNode |
X3DMaterialNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DMaterialNode |
X3DMaterialNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
Appearance |
Appearance.setMaterial(X3DMaterialNode newValue)
Assign X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material.
|
| Modifier and Type | Method and Description |
|---|---|
X3DMaterialNode |
ShadedVolumeStyle.getMaterial()
Provide X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.
|
| Modifier and Type | Method and Description |
|---|---|
ShadedVolumeStyle |
ShadedVolumeStyle.setMaterial(X3DMaterialNode newValue)
Assign X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.