Uses of Class
org.web3d.x3d.jsail.Lighting.SpotLight
Package
Description
The Lighting component specifies how light sources are defined and positioned, as well as how lights effect the rendered image.
-
Uses of SpotLight in org.web3d.x3d.jsail.Lighting
Modifier and TypeMethodDescriptionSpotLight.addComments
(String newComment) Add comment as String to contained commentsList.SpotLight.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.SpotLight.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.SpotLight.clearIS()
Utility method to clear SFNode value of IS field.SpotLight.clearMetadata()
Utility method to clear SFNode value of metadata field.SpotLight.setAmbientIntensity
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetAmbientIntensity(float)
.SpotLight.setAmbientIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named ambientIntensity.SpotLight.setAmbientIntensity
(SFFloat newValue) Assign typed object value to SFFloat ambientIntensity field, similar tosetAmbientIntensity(float)
.SpotLight.setAttenuation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetAttenuation(float[])
.SpotLight.setAttenuation
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetAttenuation(float[])
.SpotLight.setAttenuation
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named attenuation.SpotLight.setAttenuation
(float x, float y, float z) Assign values to SFVec3f attenuation field, similar tosetAttenuation(float[])
.SpotLight.setAttenuation
(SFVec3f newValue) Assign typed object value to SFVec3f attenuation field, similar tosetAttenuation(float[])
.SpotLight.setBeamWidth
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetBeamWidth(float)
.SpotLight.setBeamWidth
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named beamWidth.SpotLight.setBeamWidth
(SFFloat newValue) Assign typed object value to SFFloat beamWidth field, similar tosetBeamWidth(float)
.SpotLight.setColor
(double[] newArray) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetColor(float[])
.SpotLight.setColor
(double red, double green, double blue) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetColor(float[])
.SpotLight.setColor
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named color.SpotLight.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 SpotLight
SpotLight.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.SpotLight.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final SpotLight
SpotLight.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.SpotLight.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.SpotLight.setCutOffAngle
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetCutOffAngle(float)
.SpotLight.setCutOffAngle
(float newValue) Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named cutOffAngle.SpotLight.setCutOffAngle
(SFFloat newValue) Assign typed object value to SFFloat cutOffAngle field, similar tosetCutOffAngle(float)
.final SpotLight
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.SpotLight.setDirection
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetDirection(float[])
.SpotLight.setDirection
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetDirection(float[])
.SpotLight.setDirection
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.SpotLight.setDirection
(float x, float y, float z) Assign values to SFVec3f direction field, similar tosetDirection(float[])
.SpotLight.setDirection
(SFVec3f newValue) Assign typed object value to SFVec3f direction field, similar tosetDirection(float[])
.SpotLight.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 SpotLight
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.SpotLight.setIntensity
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetIntensity(float)
.SpotLight.setIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named intensity.SpotLight.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.SpotLight.setLocation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetLocation(float[])
.SpotLight.setLocation
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetLocation(float[])
.SpotLight.setLocation
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named location.SpotLight.setLocation
(float x, float y, float z) Assign values to SFVec3f location field, similar tosetLocation(float[])
.SpotLight.setLocation
(SFVec3f newValue) Assign typed object value to SFVec3f location field, similar tosetLocation(float[])
.SpotLight.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SpotLight.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.SpotLight.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)
.SpotLight.setRadius
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetRadius(float)
.SpotLight.setRadius
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named radius.Assign typed object value to SFFloat radius field, similar tosetRadius(float)
.SpotLight.setShadowIntensity
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetShadowIntensity(float)
.SpotLight.setShadowIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named shadowIntensity.SpotLight.setShadowIntensity
(SFFloat newValue) Assign typed object value to SFFloat shadowIntensity field, similar tosetShadowIntensity(float)
.SpotLight.setShadows
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named shadows.SpotLight.setShadows
(SFBool newValue) Assign typed object value to SFBool shadows field, similar tosetShadows(boolean)
.final SpotLight
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.