Class TMatrix4VertexAttributeNode

Unit

Declaration

type TMatrix4VertexAttributeNode = class(TAbstractVertexAttributeNode)

Description

Per-vertex 4x4 matrix attributes, available to shaders.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function URNMatching(const URN: string): boolean; override;
Public procedure SetValue(const Value: array of TMatrix4);
Public procedure SetValue(const Value: TMatrix4List);

Properties

Public property FdValue: TMFMatrix4f read FFdValue;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 
Public procedure SetValue(const Value: array of TMatrix4);

Automatically generated node properties.

Do not edit this file manually! To add new properties: - add them to the text files in nodes_specification/components/ , - and regenerate include files by running nodes_specification/x3d-nodes-to-pascal/x3d-nodes-to-pascal.lpr .

The documentation for properties should go to x3dnodes_documentation.txt .

Public procedure SetValue(const Value: TMatrix4List);
 

Properties

Public property FdValue: TMFMatrix4f read FFdValue;
 

Generated by PasDoc 0.15.0.