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