Class TAbstractX3DTexture2DNode
Unit
X3DNodes
Declaration
type TAbstractX3DTexture2DNode = class(TAbstractTexture2DNode)
Description
no description available, TAbstractTexture2DNode description follows
VRML/X3D texture that is 2D and is loaded (from file or some other stream).
For X3D, this descends from X3DTextureNode and is an ancestor for X3DTexture2DNode, so X3D hierarchy is nicely preserved.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function GetRepeatS: boolean; override; |
|
 |
function GetRepeatT: boolean; override; |
|
 |
procedure SetRepeatS(const Value: boolean); override; |
|
 |
procedure SetRepeatT(const Value: boolean); override; |
|
 |
procedure CreateNode; override; |
|
Properties
 |
property FdRepeatS: TSFBool read FFdRepeatS; |
|
 |
property FdRepeatT: TSFBool read FFdRepeatT; |
|
 |
property FdTextureProperties: TSFNode read FFdTextureProperties; |
|
Generated by PasDoc 0.14.0.
|