Uses of Interface
org.web3d.x3d.sai.Shape.X3DOneSidedMaterialNode
Packages that use X3DOneSidedMaterialNode
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 X3DOneSidedMaterialNode in org.web3d.x3d.jsail.Shape
Classes in org.web3d.x3d.jsail.Shape that implement X3DOneSidedMaterialNodeModifier and TypeClassDescriptionclassMaterial specifies surface rendering properties for associated geometry.classPhysicalMaterial specifies Physically Based Rendering (PBR) properties for associated geometry.classUnlitMaterial specifies surface rendering properties for associated geometry that is unaffected by scene lighting. -
Uses of X3DOneSidedMaterialNode in org.web3d.x3d.sai.Shape
Subinterfaces of X3DOneSidedMaterialNode in org.web3d.x3d.sai.ShapeModifier and TypeInterfaceDescriptioninterfaceMaterial specifies surface rendering properties for associated geometry.interfacePhysicalMaterial specifies Physically Based Rendering (PBR) properties for associated geometry.interfaceUnlitMaterial specifies surface rendering properties for associated geometry that is unaffected by scene lighting.Methods in org.web3d.x3d.sai.Shape that return X3DOneSidedMaterialNodeModifier and TypeMethodDescriptionX3DOneSidedMaterialNode.setEmissiveTextureMapping(String newValue) Accessor method to assign String value to inputOutput SFString field named emissiveTextureMapping.X3DOneSidedMaterialNode.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DOneSidedMaterialNode.setNormalScale(float newValue) Accessor method to assign float value to inputOutput SFFloat field named normalScale.X3DOneSidedMaterialNode.setNormalTextureMapping(String newValue) Accessor method to assign String value to inputOutput SFString field named normalTextureMapping.