Uses of Interface
org.web3d.x3d.sai.Shape.X3DMaterialNode
Packages that use 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
Classes in org.web3d.x3d.jsail.Shape that implement X3DMaterialNodeModifier 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.Fields in org.web3d.x3d.jsail.Shape declared as X3DMaterialNodeModifier 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).Methods in org.web3d.x3d.jsail.Shape that return X3DMaterialNodeModifier 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.Methods in org.web3d.x3d.jsail.Shape with parameters of type X3DMaterialNodeModifier 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
Fields in org.web3d.x3d.jsail.VolumeRendering declared as X3DMaterialNodeModifier and TypeFieldDescriptionstatic final X3DMaterialNode
ShadedVolumeStyle.MATERIAL_DEFAULT_VALUE
SFNode field named material has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.VolumeRendering that return X3DMaterialNodeModifier and TypeMethodDescriptionShadedVolumeStyle.getMaterial()
Provide org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type X3DMaterialNodeModifier 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
Subinterfaces of X3DMaterialNode in org.web3d.x3d.sai.ShapeModifier 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.Methods in org.web3d.x3d.sai.Shape that return X3DMaterialNodeModifier 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.Methods in org.web3d.x3d.sai.Shape with parameters of type X3DMaterialNodeModifier 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
Methods in org.web3d.x3d.sai.VolumeRendering that return X3DMaterialNodeModifier and TypeMethodDescriptionShadedVolumeStyle.getMaterial()
Provide org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.Methods in org.web3d.x3d.sai.VolumeRendering with parameters of type X3DMaterialNodeModifier 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.