Uses of Class
org.web3d.x3d.jsail.TextureProjection.TextureProjector
Package
Description
TextureProjection nodes project texture images onto geometry in a scene.
-
Uses of TextureProjector in org.web3d.x3d.jsail.TextureProjection
Modifier and TypeMethodDescriptionTextureProjector.addComments
(String newComment) Add comment as String to contained commentsList.TextureProjector.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.TextureProjector.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.TextureProjector.clearIS()
Utility method to clear SFNode value of IS field.TextureProjector.clearMetadata()
Utility method to clear SFNode value of metadata field.TextureProjector.clearTexture()
Utility method to clear SFNode value of texture field.TextureProjector.setAmbientIntensity
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetAmbientIntensity(float)
.TextureProjector.setAmbientIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named ambientIntensity.TextureProjector.setAmbientIntensity
(SFFloat newValue) Assign typed object value to SFFloat ambientIntensity field, similar tosetAmbientIntensity(float)
.TextureProjector.setColor
(double[] newArray) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetColor(float[])
.TextureProjector.setColor
(double red, double green, double blue) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetColor(float[])
.TextureProjector.setColor
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named color.TextureProjector.setColor
(float red, float green, float blue) Assign values to SFColor color field, similar tosetColor(float[])
.Assign typed object value to SFColor color field, similar tosetColor(float[])
.final TextureProjector
TextureProjector.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.TextureProjector.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final TextureProjector
TextureProjector.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.TextureProjector.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final TextureProjector
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.TextureProjector.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.TextureProjector.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.TextureProjector.setDirection
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetDirection(float[])
.TextureProjector.setDirection
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetDirection(float[])
.TextureProjector.setDirection
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.TextureProjector.setDirection
(float x, float y, float z) Assign values to SFVec3f direction field, similar tosetDirection(float[])
.TextureProjector.setDirection
(SFVec3f newValue) Assign typed object value to SFVec3f direction field, similar tosetDirection(float[])
.TextureProjector.setFarDistance
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetFarDistance(float)
.TextureProjector.setFarDistance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named farDistance.TextureProjector.setFarDistance
(SFFloat newValue) Assign typed object value to SFFloat farDistance field, similar tosetFarDistance(float)
.TextureProjector.setFieldOfView
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetFieldOfView(float)
.TextureProjector.setFieldOfView
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named fieldOfView.TextureProjector.setFieldOfView
(SFFloat newValue) Assign typed object value to SFFloat fieldOfView field, similar tosetFieldOfView(float)
.TextureProjector.setGlobal
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named global.Assign typed object value to SFBool global field, similar tosetGlobal(boolean)
.final TextureProjector
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.TextureProjector.setIntensity
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetIntensity(float)
.TextureProjector.setIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named intensity.TextureProjector.setIntensity
(SFFloat newValue) Assign typed object value to SFFloat intensity field, similar tosetIntensity(float)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.TextureProjector.setLocation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetLocation(float[])
.TextureProjector.setLocation
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetLocation(float[])
.TextureProjector.setLocation
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named location.TextureProjector.setLocation
(float x, float y, float z) Assign values to SFVec3f location field, similar tosetLocation(float[])
.TextureProjector.setLocation
(SFVec3f newValue) Assign typed object value to SFVec3f location field, similar tosetLocation(float[])
.TextureProjector.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureProjector.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TextureProjector.setNearDistance
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetNearDistance(float)
.TextureProjector.setNearDistance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named nearDistance.TextureProjector.setNearDistance
(SFFloat newValue) Assign typed object value to SFFloat nearDistance field, similar tosetNearDistance(float)
.TextureProjector.setOn
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named on.Assign typed object value to SFBool on field, similar tosetOn(boolean)
.TextureProjector.setShadowIntensity
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetShadowIntensity(float)
.TextureProjector.setShadowIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named shadowIntensity.TextureProjector.setShadowIntensity
(SFFloat newValue) Assign typed object value to SFFloat shadowIntensity field, similar tosetShadowIntensity(float)
.TextureProjector.setShadows
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named shadows.TextureProjector.setShadows
(SFBool newValue) Assign typed object value to SFBool shadows field, similar tosetShadows(boolean)
.TextureProjector.setTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texture.TextureProjector.setTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field texture.TextureProjector.setUpVector
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetUpVector(float[])
.TextureProjector.setUpVector
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetUpVector(float[])
.TextureProjector.setUpVector
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named upVector.TextureProjector.setUpVector
(float x, float y, float z) Assign values to SFVec3f upVector field, similar tosetUpVector(float[])
.TextureProjector.setUpVector
(SFVec3f newValue) Assign typed object value to SFVec3f upVector field, similar tosetUpVector(float[])
.final TextureProjector
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.TextureProjector.setUSE
(TextureProjector DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionTextureProjector.setUSE
(TextureProjector DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.