Uses of Class
org.web3d.x3d.jsail.fields.SFMatrix4f
Package
Description
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
The X3D Java fields package provides a
comprehensive set of strongly typed X3D Java classes for
concrete implementation of X3D field types.
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
-
Uses of SFMatrix4f in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionfield.getValueSFMatrix4f()
If type matches, then get typed value of a SFMatrix4f field declaration.fieldValue.getValueSFMatrix4f()
If type matches, then get typed value of a SFMatrix4f fieldValue declaration.Modifier and TypeMethodDescriptionfield.appendValue
(SFMatrix4f newValue) Append SFMatrix4f to field for value attribute.fieldValue.appendValue
(SFMatrix4f newValue) Append SFMatrix4f to fieldValue for value attribute.field.setValue
(SFMatrix4f newValue) Set typed value of a SFMatrix4f field declaration.fieldValue.setValue
(SFMatrix4f newValue) Set typed value of a SFMatrix4f fieldValue declaration. -
Uses of SFMatrix4f in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionSFMatrix4f.multiply
(float scaleFactor) Multiply scaleFactor times all values in this field type.SFMatrix4f.setValue
(float[] newValue) Apply an array of primitive values to this field.SFMatrix4f.setValue
(SFMatrix4f newValue) Apply an SFMatrix4f value to this field.SFMatrix4f.setValueByString
(String newValue) Utility accessor for SFMatrix4f using String value (which must pass parsing validation checks).Modifier and TypeMethodDescriptionboolean
SFMatrix4f.equals
(SFMatrix4f comparisonSFMatrix4f) Determine whether two objects contain equal values.MFMatrix4f.setValue
(SFMatrix4f newValue) Utility method for MFMatrix4f to assign a single SFMatrix4f as new initial value.SFMatrix4f.setValue
(SFMatrix4f newValue) Apply an SFMatrix4f value to this field.ModifierConstructorDescriptionMFMatrix4f
(SFMatrix4f newValue) Utility constructor for MFMatrix4f to assign a single SFMatrix4f as new initial value.SFMatrix4f
(SFMatrix4f newValue) Constructor to copy an SFMatrix4f value as initial value for this new field object. -
Uses of SFMatrix4f in org.web3d.x3d.jsail.Shaders
Modifier and TypeMethodDescriptionMatrix4VertexAttribute.addValue
(SFMatrix4f newValue) Add singleton SFMatrix4f value to MFMatrix4f value field. -
Uses of SFMatrix4f in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeMethodDescriptionTextureTransformMatrix3D.setMatrix
(SFMatrix4f newValue) Assign typed object value to SFMatrix4f matrix field, similar toTextureTransformMatrix3D.setMatrix(float[])
.