Class TTexture2Node_1

Unit

Declaration

type TTexture2Node_1 = class(TAbstractTexture2DNode)

Description

No description available, ancestor TAbstractTexture2DNode description follows

2D texture.

Hierarchy

Overview

Methods

Protected procedure ParseAfter(Reader: TX3DReaderNames); override;
Public function TextureDescription: string; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;

Properties

Public property FdFilename: TSFString read FFdFilename;
Public property Filename: String read GetFilename write SetFilename;
Public property FdImage: TSFImage read FFdImage;
Public property FdWrapS: TSFEnum read FFdWrapS;
Public property FdWrapT: TSFEnum read FFdWrapT;
Public property FdModel: TSFEnum read FFdModel;
Public property FdBlendColor: TSFVec3f read FFdBlendColor;
Public property BlendColor: TVector3 read GetBlendColor write SetBlendColor;

Description

Methods

Protected procedure ParseAfter(Reader: TX3DReaderNames); override;
 
Public function TextureDescription: string; override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;
 

Properties

Public property FdFilename: TSFString read FFdFilename;

Internal wrapper for property Filename. This wrapper API may change, we advise to access simpler Filename instead.

Public property Filename: String read GetFilename write SetFilename;
 
Public property FdImage: TSFImage read FFdImage;

Internal wrapper for property Image. This wrapper API may change, we advise to access simpler Image instead.

Public property FdWrapS: TSFEnum read FFdWrapS;

Internal wrapper for property WrapS. This wrapper API may change, we advise to access simpler WrapS instead.

Public property FdWrapT: TSFEnum read FFdWrapT;

Internal wrapper for property WrapT. This wrapper API may change, we advise to access simpler WrapT instead.

Public property FdModel: TSFEnum read FFdModel;

Internal wrapper for property Model. This wrapper API may change, we advise to access simpler Model instead.

Public property FdBlendColor: TSFVec3f read FFdBlendColor;

Internal wrapper for property BlendColor. This wrapper API may change, we advise to access simpler BlendColor instead.

Public property BlendColor: TVector3 read GetBlendColor write SetBlendColor;

Ignored. Unknown extension to VRML 1.0 spec, found on models in http://www-vrl.umich.edu/sel_prj/EECS498/ .


Generated by PasDoc 0.16.0.