Class TFogCoordinateNode
Unit
Declaration
type TFogCoordinateNode = class(TAbstractGeometricPropertyNode)
Description
Provide explicit fog depths on a per-vertex basis.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometricPropertyNode
- TFogCoordinateNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetDepth(const Value: array of Single); |
![]() |
procedure SetDepth(const Value: TSingleList); |
Properties
![]() |
property FdDepth: TMFFloat read FFdDepth; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetDepth(const Value: array of Single); |
![]() |
procedure SetDepth(const Value: TSingleList); |
Properties
![]() |
property FdDepth: TMFFloat read FFdDepth; |
Generated by PasDoc 0.16.0.
