Class TAbstractX3DTexture2DNode

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Protected function GetRepeatS: boolean; override;
Protected function GetRepeatT: boolean; override;
Protected procedure SetRepeatS(const Value: boolean); override;
Protected procedure SetRepeatT(const Value: boolean); override;
Public procedure CreateNode; override;
Public function TextureProperties: TTexturePropertiesNode; override;

Properties

Public property FdRepeatS: TSFBool read FFdRepeatS;
Public property FdRepeatT: TSFBool read FFdRepeatT;
Public property FdTextureProperties: TSFNode read FFdTextureProperties;

Description

Methods

Protected function GetRepeatS: boolean; override;
 
Protected function GetRepeatT: boolean; override;
 
Protected procedure SetRepeatS(const Value: boolean); override;
 
Protected procedure SetRepeatT(const Value: boolean); override;
 
Public procedure CreateNode; override;
 
Public function TextureProperties: TTexturePropertiesNode; override;
 

Properties

Public property FdRepeatS: TSFBool read FFdRepeatS;
 
Public property FdRepeatT: TSFBool read FFdRepeatT;
 
Public property FdTextureProperties: TSFNode read FFdTextureProperties;
 

Generated by PasDoc 0.14.0.