Class TTextureTransformNode
Unit
X3DNodes
Declaration
type TTextureTransformNode = class(TAbstractTextureTransformNode)
Description
2D transformation that can be applied to texture coordinates (e.g. from TTextureCoordinateNode.
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: TSFVec2f read FFdCenter; |
|
 |
property FdRotation: TSFFloat read FFdRotation; |
|
 |
property FdScale: TSFVec2f read FFdScale; |
|
 |
property FdTranslation: TSFVec2f read FFdTranslation; |
|
 |
property Center: TVector2 read GetCenter write SetCenter; |
|
 |
property Rotation: Single read GetRotation write SetRotation; |
|
 |
property Scale: TVector2 read GetScale write SetScale; |
|
 |
property Translation: TVector2 read GetTranslation write SetTranslation; |
|
Generated by PasDoc 0.15.0.
|