Uses of Interface
org.web3d.x3d.sai.EnvironmentalEffects.Background
Package
Description
Nodes in the Environmental effects component support the creation of realistic environmental effects such as panoramic backgrounds and fog.
Nodes in the Environmental effects component support the creation of realistic environmental effects such as panoramic backgrounds and fog.
-
Uses of Background in org.web3d.x3d.jsail.EnvironmentalEffects
Modifier and TypeClassDescriptionclass
Background simulates ground and sky, using vertical arrays of wraparound color values. -
Uses of Background in org.web3d.x3d.sai.EnvironmentalEffects
Modifier and TypeMethodDescriptionBackground.setBackUrl
(String[] newValue) Accessor method to assign String array to inputOutput MFString field named backUrl.Background.setBottomUrl
(String[] newValue) Accessor method to assign String array to inputOutput MFString field named bottomUrl.Background.setFrontUrl
(String[] newValue) Accessor method to assign String array to inputOutput MFString field named frontUrl.Background.setGroundAngle
(float[] newValue) Accessor method to assign float array unit axis, angle (in radians) to inputOutput MFFloat field named groundAngle.Background.setGroundColor
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput MFColor field named groundColor.Background.setLeftUrl
(String[] newValue) Accessor method to assign String array to inputOutput MFString field named leftUrl.Background.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Background.setRightUrl
(String[] newValue) Accessor method to assign String array to inputOutput MFString field named rightUrl.Background.setSkyAngle
(float[] newValue) Accessor method to assign float array unit axis, angle (in radians) to inputOutput MFFloat field named skyAngle.Background.setSkyColor
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput MFColor field named skyColor.Accessor method to assign String array to inputOutput MFString field named topUrl.Background.setTransparency
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named transparency.