Class TFloatVertexAttributeNode
Unit
X3DNodes
Declaration
type TFloatVertexAttributeNode = class(TAbstractVertexAttributeNode)
Description
Per-vertex single-precision floating point attributes, available to shaders.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetValue(const Value: array of Single); |
|
Properties
 |
property FdValue: TMFFloat read FFdValue; |
|
 |
property FdNumComponents: TSFInt32 read FFdNumComponents; |
|
 |
property NumComponents: Integer read GetNumComponents write SetNumComponents; |
|
Generated by PasDoc 0.15.0.
|