Class TMatrix3VertexAttributeNode
Unit
Declaration
type TMatrix3VertexAttributeNode = class(TAbstractVertexAttributeNode)
Description
Per-vertex 3x3 matrix attributes, available to shaders.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometricPropertyNode
- TAbstractVertexAttributeNode
- TMatrix3VertexAttributeNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetValue(const Value: array of TMatrix3); overload; |
![]() |
procedure SetValue(const Value: TMatrix3List); overload; |
Properties
![]() |
property FdValue: TMFMatrix3f read FFdValue; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetValue(const Value: array of TMatrix3); overload; |
![]() |
procedure SetValue(const Value: TMatrix3List); overload; |
Properties
![]() |
property FdValue: TMFMatrix3f read FFdValue; |
Generated by PasDoc 0.16.0.