Class TTextureCoordinateGeneratorNode
Unit
X3DNodes
Declaration
type TTextureCoordinateGeneratorNode = class(TAbstractTextureCoordinateNode)
Description
Automatic generation of texture coordinates.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetParameter(const Value: array of Single); |
|
Properties
 |
property FdParameter: TMFFloat read FFdParameter; |
|
 |
property FdProjectedLight: TSFNode read FFdProjectedLight; |
|
 |
property Mode: string read GetMode write SetMode; |
|
Generated by PasDoc 0.15.0.
|