Uses of Interface
org.web3d.x3d.sai.Shape.X3DMaterialNode
Package
Description
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
The Volume Rendering component provides the ability to specify and render volumetric data sets.
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of X3DMaterialNode in org.web3d.x3d.jsail.Shape
Modifier and TypeClassDescriptionclass
Material specifies surface rendering properties for associated geometry nodes.class
PhysicalMaterial specifies surface rendering properties for associated geometry nodes.class
TwoSidedMaterial specifies surface rendering properties for associated geometry nodes, for outer (front) and inner (back) sides of polygons.class
UnlitMaterial specifies surface rendering properties for associated geometry nodes.Modifier and TypeFieldDescriptionstatic final X3DMaterialNode
Appearance.BACKMATERIAL_DEFAULT_VALUE
SFNode field named backMaterial has default value null (Java syntax) or NULL (XML syntax).static final X3DMaterialNode
Appearance.MATERIAL_DEFAULT_VALUE
SFNode field named material has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionAppearance.getBackMaterial()
Provide org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field backMaterial.Appearance.getMaterial()
Provide org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.Modifier and TypeMethodDescriptionAppearance.setBackMaterial
(X3DMaterialNode newValue) Accessor method to assign org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field backMaterial.Appearance.setMaterial
(X3DMaterialNode newValue) Accessor method to assign org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material. -
Uses of X3DMaterialNode in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeFieldDescriptionstatic final X3DMaterialNode
ShadedVolumeStyle.MATERIAL_DEFAULT_VALUE
SFNode field named material has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionShadedVolumeStyle.getMaterial()
Provide org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.Modifier and TypeMethodDescriptionShadedVolumeStyle.setMaterial
(X3DMaterialNode newValue) Accessor method to assign org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material. -
Uses of X3DMaterialNode in org.web3d.x3d.sai.Shape
Modifier and TypeInterfaceDescriptioninterface
Material specifies surface rendering properties for associated geometry nodes.interface
PhysicalMaterial specifies surface rendering properties for associated geometry nodes.interface
TwoSidedMaterial specifies surface rendering properties for associated geometry nodes, for outer (front) and inner (back) sides of polygons.interface
UnlitMaterial specifies surface rendering properties for associated geometry nodes.interface
Base type for material nodes that describe how the shape looks like from one side.Modifier and TypeMethodDescriptionAppearance.getBackMaterial()
Provide org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field backMaterial.Appearance.getMaterial()
Provide org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.X3DMaterialNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Modifier and TypeMethodDescriptionAppearance.setBackMaterial
(X3DMaterialNode newValue) Accessor method to assign org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field backMaterial.Appearance.setMaterial
(X3DMaterialNode newValue) Accessor method to assign org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material. -
Uses of X3DMaterialNode in org.web3d.x3d.sai.VolumeRendering
Modifier and TypeMethodDescriptionShadedVolumeStyle.getMaterial()
Provide org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.Modifier and TypeMethodDescriptionShadedVolumeStyle.setMaterial
(X3DMaterialNode newValue) Accessor method to assign org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material.