Class TMultiTextureNode
Unit
Declaration
type TMultiTextureNode = class(TAbstractTextureNode)
Description
Application of several individual textures on top of each other, used instead of a single texture when desired.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractAppearanceChildNode
- TAbstractTextureNode
- TMultiTextureNode
Overview
Methods
function AlphaChannelData: TAlphaChannel; override; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: String; override; |
|
procedure SetFunction(const Value: array of string); overload; |
|
procedure SetFunction(const Value: TCastleStringList); overload; |
|
procedure SetMode(const Value: array of string); overload; |
|
procedure SetMode(const Value: TCastleStringList); overload; |
|
procedure SetSource(const Value: array of string); overload; |
|
procedure SetSource(const Value: TCastleStringList); overload; |
|
procedure SetTexture(const Value: array of TAbstractSingleTextureNode); |
Properties
property FdAlpha: TSFFloat read FFdAlpha; |
|
property Alpha: Single read GetAlpha write SetAlpha; |
|
property FdColor: TSFColor read FFdColor; |
|
property Color: TCastleColorRGB read GetColor write SetColor; |
|
property FdFunction: TMFString read FFdFunction; |
|
property FdMode: TMFString read FFdMode; |
|
property FdSource: TMFString read FFdSource; |
|
property FdTexture: TMFNode read FFdTexture; |
Description
Methods
function AlphaChannelData: TAlphaChannel; override; |
|
This item has no description. |
procedure CreateNode; override; |
|
Create node fields and events. |
class function ClassX3DType: String; override; |
|
This item has no description. Showing description inherited from TX3DNode.ClassX3DType. Node type name in VRML/X3D, for this class. Normal VRML/X3D node classes should override this to return something non-empty, and then X3DType automatically will return the same value. Empty for classes that don't have a hardcoded VRML/X3D node name, like a special TX3DUnknownNode. Such special classes should override then X3DType to return actual non-empty name there. You usually should call X3DType. The only use of this method is that it works on classes (it's "class function"), without needing at actual instance. |
procedure SetFunction(const Value: array of string); overload; |
|
This item has no description. |
procedure SetFunction(const Value: TCastleStringList); overload; |
|
This item has no description. |
procedure SetMode(const Value: array of string); overload; |
|
This item has no description. |
procedure SetMode(const Value: TCastleStringList); overload; |
|
This item has no description. |
procedure SetSource(const Value: array of string); overload; |
|
This item has no description. |
procedure SetSource(const Value: TCastleStringList); overload; |
|
This item has no description. |
procedure SetTexture(const Value: array of TAbstractSingleTextureNode); |
|
This item has no description. |
Properties
property FdAlpha: TSFFloat read FFdAlpha; |
|
Internal wrapper for property |
property Alpha: Single read GetAlpha write SetAlpha; |
|
This item has no description. |
property FdColor: TSFColor read FFdColor; |
|
Internal wrapper for property |
property Color: TCastleColorRGB read GetColor write SetColor; |
|
This item has no description. |
property FdFunction: TMFString read FFdFunction; |
|
Internal wrapper for property |
property FdMode: TMFString read FFdMode; |
|
Internal wrapper for property |
property FdSource: TMFString read FFdSource; |
|
Internal wrapper for property |
property FdTexture: TMFNode read FFdTexture; |
|
Internal wrapper for property |
Generated by PasDoc 0.16.0-snapshot.