Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
X3DNodes
type TMatrix3VertexAttributeNode = class(TAbstractVertexAttributeNode)
Per-vertex 3x3 matrix attributes, available to shaders.
procedure CreateNode; override;
class function ClassX3DType: string; override;
class function URNMatching(const URN: string): boolean; override;
property FdValue: TMFMatrix3f read FFdValue;