Class TTextureCoordinateGeneratorNode
Unit
Declaration
type TTextureCoordinateGeneratorNode = class(TAbstractSingleTextureCoordinateNode)
Description
Automatic generation of texture coordinates.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometricPropertyNode
- TAbstractTextureCoordinateNode
- TAbstractSingleTextureCoordinateNode
- TTextureCoordinateGeneratorNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetParameter(const Value: array of Single); |
![]() |
procedure SetParameter(const Value: TSingleList); |
Properties
![]() |
property FdMode: TSFString read FFdMode; |
![]() |
property FdParameter: TMFFloat read FFdParameter; |
![]() |
property FdProjectedLight: TSFNode read FFdProjectedLight; |
![]() |
property Mode: String read GetMode write SetMode; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetParameter(const Value: array of Single); |
![]() |
procedure SetParameter(const Value: TSingleList); |
Properties
![]() |
property FdMode: TSFString read FFdMode; |
![]() |
property FdParameter: TMFFloat read FFdParameter; |
![]() |
property FdProjectedLight: TSFNode read FFdProjectedLight; |
![]() |
property Mode: String read GetMode write SetMode; |
Generated by PasDoc 0.16.0.
