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; |
|
 |
procedure SetValue(const Value: array of Single); overload; |
|
 |
procedure SetValue(const Value: TSingleList); overload; |
|
Properties
 |
property FdValue: TMFFloat read FFdValue; |
Internal wrapper for property Value . This wrapper API may change, we advise to access simpler Value instead.
|
 |
property FdNumComponents: TSFInt32 read FFdNumComponents; |
Internal wrapper for property NumComponents. This wrapper API may change, we advise to access simpler NumComponents instead.
|
 |
property NumComponents: Integer read GetNumComponents write SetNumComponents; |
|
Generated by PasDoc 0.16.0.