Class TFloatVertexAttributeNode

Unit

Declaration

type TFloatVertexAttributeNode = class(TAbstractVertexAttributeNode)

Description

Per-vertex single-precision floating point attributes, available to shaders.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetValue(const Value: array of Single); overload;
Public procedure SetValue(const Value: TSingleList); overload;

Properties

Public property FdValue: TMFFloat read FFdValue;
Public property FdNumComponents: TSFInt32 read FFdNumComponents;
Public property NumComponents: Integer read GetNumComponents write SetNumComponents;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetValue(const Value: array of Single); overload;
 
Public procedure SetValue(const Value: TSingleList); overload;
 

Properties

Public property FdValue: TMFFloat read FFdValue;

Internal wrapper for property Value. This wrapper API may change, we advise to access simpler Value instead.

Public property FdNumComponents: TSFInt32 read FFdNumComponents;

Internal wrapper for property NumComponents. This wrapper API may change, we advise to access simpler NumComponents instead.

Public property NumComponents: Integer read GetNumComponents write SetNumComponents;
 

Generated by PasDoc 0.16.0.