Class TMatrix4VertexAttributeNode
Unit
Declaration
type TMatrix4VertexAttributeNode = class(TAbstractVertexAttributeNode)
Description
Per-vertex 4x4 matrix attributes, available to shaders.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometricPropertyNode
- TAbstractVertexAttributeNode
- TMatrix4VertexAttributeNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetValue(const Value: array of TMatrix4); |
![]() |
procedure SetValue(const Value: TMatrix4List); |
Properties
![]() |
property FdValue: TMFMatrix4f read FFdValue; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetValue(const Value: array of TMatrix4); |
![]() |
procedure SetValue(const Value: TMatrix4List); |
Properties
![]() |
property FdValue: TMFMatrix4f read FFdValue; |
Generated by PasDoc 0.16.0.
