Class TTexture2Node_1
Unit
X3DNodes
Declaration
type TTexture2Node_1 = class(TAbstractTexture2DNode)
Description
No description available, ancestor TAbstractTexture2DNode description follows
VRML/X3D texture that is 2D and can be 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
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
function TextureDescription: string; override; |
|
Properties
 |
property FdFilename: TSFString read FFdFilename; |
|
 |
property FdImage: TSFImage read FFdImage; |
|
 |
property FdWrapS: TSFEnum read FFdWrapS; |
|
 |
property FdWrapT: TSFEnum read FFdWrapT; |
|
 |
property FdModel: TSFEnum read FFdModel; |
|
 |
property FdBlendColor: TSFVec3f read FFdBlendColor; |
|
Generated by PasDoc 0.15.0.
|