Uses of Interface
org.web3d.x3d.sai.Shape.X3DMaterialNode
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shape | |
| org.web3d.x3d.jsail.VolumeRendering | |
| org.web3d.x3d.sai.Shape | |
| org.web3d.x3d.sai.VolumeRendering |
-
Uses of X3DMaterialNode in org.web3d.x3d.jsail.Shape
Classes in org.web3d.x3d.jsail.Shape that implement X3DMaterialNode Modifier and Type Class Description classMaterialObjectMaterial specifies surface rendering properties for associated geometry nodes.classTwoSidedMaterialObjectTwoSidedMaterial specifies surface rendering properties for associated geometry nodes, for outer (front) and inner (back) sides of polygons.Fields in org.web3d.x3d.jsail.Shape declared as X3DMaterialNode Modifier and Type Field Description static X3DMaterialNodeAppearanceObject. MATERIAL_DEFAULT_VALUESFNode field named material has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Shape that return X3DMaterialNode Modifier and Type Method Description X3DMaterialNodeAppearanceObject. getMaterial()Provide X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.Methods in org.web3d.x3d.jsail.Shape with parameters of type X3DMaterialNode Modifier and Type Method Description AppearanceObjectAppearanceObject. setMaterial(X3DMaterialNode newValue)Accessor method to assign 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 X3DMaterialNode Modifier and Type Field Description static X3DMaterialNodeShadedVolumeStyleObject. MATERIAL_DEFAULT_VALUESFNode field named material has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.VolumeRendering that return X3DMaterialNode Modifier and Type Method Description X3DMaterialNodeShadedVolumeStyleObject. getMaterial()Provide X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type X3DMaterialNode Modifier and Type Method Description ShadedVolumeStyleObjectShadedVolumeStyleObject. setMaterial(X3DMaterialNode newValue)Accessor method to assign 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.Shape Modifier and Type Interface Description interfaceMaterialMaterial specifies surface rendering properties for associated geometry nodes.interfaceTwoSidedMaterialTwoSidedMaterial specifies surface rendering properties for associated geometry nodes, for outer (front) and inner (back) sides of polygons.Methods in org.web3d.x3d.sai.Shape that return X3DMaterialNode Modifier and Type Method Description X3DMaterialNodeAppearance. getMaterial()Provide X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.X3DMaterialNodeX3DMaterialNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Methods in org.web3d.x3d.sai.Shape with parameters of type X3DMaterialNode Modifier and Type Method Description AppearanceAppearance. setMaterial(X3DMaterialNode newValue)Accessor method to assign 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 X3DMaterialNode Modifier and Type Method Description X3DMaterialNodeShadedVolumeStyle. getMaterial()Provide X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.Methods in org.web3d.x3d.sai.VolumeRendering with parameters of type X3DMaterialNode Modifier and Type Method Description ShadedVolumeStyleShadedVolumeStyle. setMaterial(X3DMaterialNode newValue)Accessor method to assign X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material.