Class TTextureTransform3DNode
Unit
X3DNodes
Declaration
type TTextureTransform3DNode = class(TAbstractTextureTransformNode)
Description
Transformation of texture coordinates in 3D, partcularly useful with 3D textures.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
function TransformMatrix: TMatrix4; override; |
|
Properties
 |
property FdCenter: TSFVec3f read FFdCenter; |
|
 |
property FdScale: TSFVec3f read FFdScale; |
|
 |
property FdTranslation: TSFVec3f read FFdTranslation; |
|
 |
property Center: TVector3 read GetCenter write SetCenter; |
|
 |
property Rotation: TVector4 read GetRotation write SetRotation; |
|
 |
property Scale: TVector3 read GetScale write SetScale; |
|
 |
property Translation: TVector3 read GetTranslation write SetTranslation; |
|
Generated by PasDoc 0.15.0.
|