Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
X3DNodes
type TAbstractTextureTransformNode = class(TAbstractAppearanceChildNode)
Base for all nodes which specify a transformation of texture coordinates.
procedure CreateNode; override;
function TransformMatrix: TMatrix4; virtual; abstract;