Class TNormalNode
Unit
Declaration
type TNormalNode = class(TAbstractNormalNode)
Description
Normal (information for lighting) node.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometricPropertyNode
- TAbstractNormalNode
- TNormalNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetVector(const Value: array of TVector3); |
![]() |
procedure SetVector(const Value: TVector3List); |
Properties
![]() |
property FdVector: TMFVec3f read FFdVector; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetVector(const Value: array of TVector3); |
![]() |
procedure SetVector(const Value: TVector3List); |
Properties
![]() |
property FdVector: TMFVec3f read FFdVector; |
Generated by PasDoc 0.16.0.
