Class TTextureBackgroundNode

Unit

Declaration

type TTextureBackgroundNode = class(TAbstract3DBackgroundNode)

Description

3D background of a scene, comprised of sky and ground colors (gradients) and optional six textures (skybox), with flexible texture nodes. This is somewhat more flexible version of the TBackgroundNode, with this you can use e.g. TMovieTextureNode as the skybox textures.

Hierarchy

Overview

Methods

Public function Texture(const Side: TBackgroundSide): TAbstractTextureNode; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdBackTexture: TSFNode read FFdBackTexture;
Public property BackTexture: TAbstractTextureNode read GetBackTexture write SetBackTexture;
Public property FdBottomTexture: TSFNode read FFdBottomTexture;
Public property BottomTexture: TAbstractTextureNode read GetBottomTexture write SetBottomTexture;
Public property FdFrontTexture: TSFNode read FFdFrontTexture;
Public property FrontTexture: TAbstractTextureNode read GetFrontTexture write SetFrontTexture;
Public property FdLeftTexture: TSFNode read FFdLeftTexture;
Public property LeftTexture: TAbstractTextureNode read GetLeftTexture write SetLeftTexture;
Public property FdRightTexture: TSFNode read FFdRightTexture;
Public property RightTexture: TAbstractTextureNode read GetRightTexture write SetRightTexture;
Public property FdTopTexture: TSFNode read FFdTopTexture;
Public property TopTexture: TAbstractTextureNode read GetTopTexture write SetTopTexture;

Description

Methods

Public function Texture(const Side: TBackgroundSide): TAbstractTextureNode; override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdBackTexture: TSFNode read FFdBackTexture;

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

Public property BackTexture: TAbstractTextureNode read GetBackTexture write SetBackTexture;
 
Public property FdBottomTexture: TSFNode read FFdBottomTexture;

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

Public property BottomTexture: TAbstractTextureNode read GetBottomTexture write SetBottomTexture;
 
Public property FdFrontTexture: TSFNode read FFdFrontTexture;

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

Public property FrontTexture: TAbstractTextureNode read GetFrontTexture write SetFrontTexture;
 
Public property FdLeftTexture: TSFNode read FFdLeftTexture;

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

Public property LeftTexture: TAbstractTextureNode read GetLeftTexture write SetLeftTexture;
 
Public property FdRightTexture: TSFNode read FFdRightTexture;

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

Public property RightTexture: TAbstractTextureNode read GetRightTexture write SetRightTexture;
 
Public property FdTopTexture: TSFNode read FFdTopTexture;

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

Public property TopTexture: TAbstractTextureNode read GetTopTexture write SetTopTexture;
 

Generated by PasDoc 0.16.0.