| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| Modifier and Type | Method and Description |
|---|---|
TexturePropertiesObject |
TexturePropertiesObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TexturePropertiesObject |
TexturePropertiesObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
TexturePropertiesObject |
TexturePropertiesObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
TexturePropertiesObject |
TexturePropertiesObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
TexturePropertiesObject |
TexturePropertiesObject.setAnisotropicDegree(float newValue)
Assign float value within allowed range of [1,infinity) to inputOutput SFFloat field named anisotropicDegree.
|
TexturePropertiesObject |
TexturePropertiesObject.setAnisotropicDegree(SFFloatObject newValue)
Assign typed object value to SFFloat anisotropicDegree field, similar to
setAnisotropicDegree(float). |
TexturePropertiesObject |
TexturePropertiesObject.setBorderColor(float[] newValue)
Assign 4-tuple float array using RGBA values [0..1] using RGBA values [0..1] to inputOutput SFColorRGBA field named borderColor.
|
TexturePropertiesObject |
TexturePropertiesObject.setBorderColor(float red,
float green,
float blue,
float alpha)
Assign values to SFColorRGBA borderColor field, similar to
setBorderColor(float[]). |
TexturePropertiesObject |
TexturePropertiesObject.setBorderColor(SFColorRGBAObject newValue)
Assign typed object value to SFColorRGBA borderColor field, similar to
setBorderColor(float[]). |
TexturePropertiesObject |
TexturePropertiesObject.setBorderWidth(int newValue)
Assign int value within allowed range of [0,infinity) to inputOutput SFInt32 field named borderWidth.
|
TexturePropertiesObject |
TexturePropertiesObject.setBorderWidth(SFInt32Object newValue)
Assign typed object value to SFInt32 borderWidth field, similar to
setBorderWidth(int). |
TexturePropertiesObject |
TexturePropertiesObject.setBoundaryModeR(SFStringObject newValue)
Assign typed object value to SFString boundaryModeR field, similar to
setBoundaryModeR(String). |
TexturePropertiesObject |
TexturePropertiesObject.setBoundaryModeR(java.lang.String newValue)
Assign String enumeration value ("CLAMP"|"CLAMP_TO_EDGE"|"CLAMP_TO_BOUNDARY"|"MIRRORED_REPEAT"|"REPEAT") ['CLAMP'|'CLAMP_TO_EDGE'|'CLAMP_TO_BOUNDARY'|'MIRRORED_REPEAT'|'REPEAT'] to inputOutput SFString field named boundaryModeR.
|
TexturePropertiesObject |
TexturePropertiesObject.setBoundaryModeS(SFStringObject newValue)
Assign typed object value to SFString boundaryModeS field, similar to
setBoundaryModeS(String). |
TexturePropertiesObject |
TexturePropertiesObject.setBoundaryModeS(java.lang.String newValue)
Assign String enumeration value ("CLAMP"|"CLAMP_TO_EDGE"|"CLAMP_TO_BOUNDARY"|"MIRRORED_REPEAT"|"REPEAT") ['CLAMP'|'CLAMP_TO_EDGE'|'CLAMP_TO_BOUNDARY'|'MIRRORED_REPEAT'|'REPEAT'] to inputOutput SFString field named boundaryModeS.
|
TexturePropertiesObject |
TexturePropertiesObject.setBoundaryModeT(SFStringObject newValue)
Assign typed object value to SFString boundaryModeT field, similar to
setBoundaryModeT(String). |
TexturePropertiesObject |
TexturePropertiesObject.setBoundaryModeT(java.lang.String newValue)
Assign String enumeration value ("CLAMP"|"CLAMP_TO_EDGE"|"CLAMP_TO_BOUNDARY"|"MIRRORED_REPEAT"|"REPEAT") ['CLAMP'|'CLAMP_TO_EDGE'|'CLAMP_TO_BOUNDARY'|'MIRRORED_REPEAT'|'REPEAT'] to inputOutput SFString field named boundaryModeT.
|
TexturePropertiesObject |
TexturePropertiesObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
TexturePropertiesObject |
TexturePropertiesObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
TexturePropertiesObject |
TexturePropertiesObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
TexturePropertiesObject |
TexturePropertiesObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
TexturePropertiesObject |
TexturePropertiesObject.setGenerateMipMaps(boolean newValue)
Assign boolean value to initializeOnly SFBool field named generateMipMaps.
|
TexturePropertiesObject |
TexturePropertiesObject.setGenerateMipMaps(SFBoolObject newValue)
Assign typed object value to SFBool generateMipMaps field, similar to
setGenerateMipMaps(boolean). |
TexturePropertiesObject |
TexturePropertiesObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
TexturePropertiesObject |
TexturePropertiesObject.setMagnificationFilter(SFStringObject newValue)
Assign typed object value to SFString magnificationFilter field, similar to
setMagnificationFilter(String). |
TexturePropertiesObject |
TexturePropertiesObject.setMagnificationFilter(java.lang.String newValue)
Assign String enumeration value ("AVG_PIXEL"|"DEFAULT"|"FASTEST"|"NEAREST_PIXEL"|"NICEST") ['AVG_PIXEL'|'DEFAULT'|'FASTEST'|'NEAREST_PIXEL'|'NICEST'] to inputOutput SFString field named magnificationFilter.
|
TexturePropertiesObject |
TexturePropertiesObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
TexturePropertiesObject |
TexturePropertiesObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TexturePropertiesObject |
TexturePropertiesObject.setMinificationFilter(SFStringObject newValue)
Assign typed object value to SFString minificationFilter field, similar to
setMinificationFilter(String). |
TexturePropertiesObject |
TexturePropertiesObject.setMinificationFilter(java.lang.String newValue)
Assign String enumeration value ("AVG_PIXEL"|"AVG_PIXEL_AVG_MIPMAP"|"AVG_PIXEL_NEAREST_MIPMAP"|"DEFAULT"|"FASTEST"|"NEAREST_PIXEL"|"NEAREST_PIXEL_AVG_MIPMAP"|"NEAREST_PIXEL_NEAREST_MIPMAP"|"NICEST") ['AVG_PIXEL'|'AVG_PIXEL_AVG_MIPMAP'|'AVG_PIXEL_NEAREST_MIPMAP'|'DEFAULT'|'FASTEST'|'NEAREST_PIXEL'|'NEAREST_PIXEL_AVG_MIPMAP'|'NEAREST_PIXEL_NEAREST_MIPMAP'|'NICEST'] to inputOutput SFString field named minificationFilter.
|
TexturePropertiesObject |
TexturePropertiesObject.setTextureCompression(SFStringObject newValue)
Assign typed object value to SFString textureCompression field, similar to
setTextureCompression(String). |
TexturePropertiesObject |
TexturePropertiesObject.setTextureCompression(java.lang.String newValue)
Assign String enumeration value ("DEFAULT"|"FASTEST"|"HIGH"|"LOW"|"MEDIUM"|"NICEST") ['DEFAULT'|'FASTEST'|'HIGH'|'LOW'|'MEDIUM'|'NICEST'] to inputOutput SFString field named textureCompression.
|
TexturePropertiesObject |
TexturePropertiesObject.setTexturePriority(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named texturePriority.
|
TexturePropertiesObject |
TexturePropertiesObject.setTexturePriority(SFFloatObject newValue)
Assign typed object value to SFFloat texturePriority field, similar to
setTexturePriority(float). |
TexturePropertiesObject |
TexturePropertiesObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
TexturePropertiesObject |
TexturePropertiesObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
TexturePropertiesObject |
TexturePropertiesObject.setUSE(TexturePropertiesObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
| Modifier and Type | Method and Description |
|---|---|
TexturePropertiesObject |
TexturePropertiesObject.setUSE(TexturePropertiesObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.