Uses of Interface
org.web3d.x3d.sai.Shape.UnlitMaterial
Package
Description
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
-
Uses of UnlitMaterial in org.web3d.x3d.jsail.Shape
Modifier and TypeClassDescriptionclass
UnlitMaterial specifies surface rendering properties for associated geometry nodes. -
Uses of UnlitMaterial in org.web3d.x3d.sai.Shape
Modifier and TypeMethodDescriptionUnlitMaterial.setEmissiveColor
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named emissiveColor.UnlitMaterial.setEmissiveTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field emissiveTexture.UnlitMaterial.setEmissiveTextureMapping
(String newValue) Accessor method to assign String value to inputOutput SFString field named emissiveTextureMapping.UnlitMaterial.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.UnlitMaterial.setNormalScale
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named normalScale.UnlitMaterial.setNormalTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field normalTexture.UnlitMaterial.setNormalTextureMapping
(String newValue) Accessor method to assign String value to inputOutput SFString field named normalTextureMapping.UnlitMaterial.setTransparency
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named transparency.