Class TNormalNode
Unit
X3DNodes
Declaration
type TNormalNode = class(TAbstractNormalNode)
Description
Normal (information for lighting) node.
Note: It's identical for all VRML and X3D versions (including ancient VRML 1.0).
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
Properties
 |
property FdVector: TMFVec3f read FFdVector; |
|
|
Generated by PasDoc 0.14.0.
|