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; | 
| 
 
Create node fields and events. 
 | 
  | 
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, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property FdNumComponents: TSFInt32 read FFdNumComponents; | 
| 
 
Internal wrapper for property NumComponents. This wrapper API may change, we advise to access simpler NumComponents instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property NumComponents: Integer read GetNumComponents write SetNumComponents; | 
| 
  | 
Generated by PasDoc 0.16.0.