Uses of Class
org.web3d.x3d.jsail.fields.MFMatrix4f
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.
-
Uses of MFMatrix4f in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionfield.getValueMFMatrix4f()
If type matches, then get typed value of a MFMatrix4f field declaration.fieldValue.getValueMFMatrix4f()
If type matches, then get typed value of a MFMatrix4f fieldValue declaration.Modifier and TypeMethodDescriptionfield.appendValue
(MFMatrix4f newValue) Append MFMatrix4f to field for value attribute.fieldValue.appendValue
(MFMatrix4f newValue) Append MFMatrix4f to fieldValue for value attribute.field.setValue
(MFMatrix4f newValue) Set typed value of a MFMatrix4f field declaration.fieldValue.setValue
(MFMatrix4f newValue) Set typed value of a MFMatrix4f fieldValue declaration. -
Uses of MFMatrix4f in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionMFMatrix4f.multiply
(float scaleFactor) Multiply scaleFactor times all values in this field type.MFMatrix4f.setValue
(float[] newValue) Apply an array of primitive values to this field.MFMatrix4f.setValue
(MFMatrix4f newValue) Apply an MFMatrix4f value to this field.MFMatrix4f.setValue
(SFMatrix4f newValue) Utility method for MFMatrix4f to assign a single SFMatrix4f as new initial value.MFMatrix4f.setValueByString
(String newValue) Utility accessor for MFMatrix4f using String value (which must pass parsing validation checks).Modifier and TypeMethodDescriptionboolean
MFMatrix4f.equals
(MFMatrix4f comparisonMFMatrix4f) Determine whether two objects contain equal values.MFMatrix4f.setValue
(MFMatrix4f newValue) Apply an MFMatrix4f value to this field.ModifierConstructorDescriptionMFMatrix4f
(MFMatrix4f newValue) Constructor to copy an MFMatrix4f value as initial value for this new field object. -
Uses of MFMatrix4f in org.web3d.x3d.jsail.Shaders
Modifier and TypeMethodDescriptionMatrix4VertexAttribute.setValue
(MFMatrix4f newValue) Assign typed object MFMatrix4f value field, similar toMatrix4VertexAttribute.setValue(float[])
.