Class TFogCoordinateNode
Unit
X3DNodes
Declaration
type TFogCoordinateNode = class(TAbstractGeometricPropertyNode)
Description
Provide explicit fog depths on a per-vertex basis.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
Properties
 |
property FdDepth: TMFFloat read FFdDepth; |
|
|
Generated by PasDoc 0.14.0.
|