Class TAbstractOneSidedMaterialNode

Unit

Declaration

type TAbstractOneSidedMaterialNode = class(TAbstractMaterialNode)

Description

No description available, ancestor TAbstractMaterialNode description follows

Base node type for all Material nodes.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdEmissiveColor: TSFColor read FFdEmissiveColor;
Public property EmissiveColor: TCastleColorRGB read GetEmissiveColor write SetEmissiveColor;
Public property FdEmissiveTexture: TSFNode read FFdEmissiveTexture;
Public property EmissiveTexture: TAbstractSingleTextureNode read GetEmissiveTexture write SetEmissiveTexture;
Public property FdEmissiveTextureMapping: TSFString read FFdEmissiveTextureMapping;
Public property EmissiveTextureMapping: String read GetEmissiveTextureMapping write SetEmissiveTextureMapping;
Public property FdNormalTexture: TSFNode read FFdNormalTexture;
Public property NormalTexture: TAbstractTexture2DNode read GetNormalTexture write SetNormalTexture;
Public property FdNormalTextureMapping: TSFString read FFdNormalTextureMapping;
Public property NormalTextureMapping: String read GetNormalTextureMapping write SetNormalTextureMapping;
Public property FdNormalScale: TSFFloat read FFdNormalScale;
Public property NormalScale: Single read GetNormalScale write SetNormalScale;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdEmissiveColor: TSFColor read FFdEmissiveColor;

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

Public property EmissiveColor: TCastleColorRGB read GetEmissiveColor write SetEmissiveColor;
 
Public property FdEmissiveTexture: TSFNode read FFdEmissiveTexture;

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

Public property EmissiveTexture: TAbstractSingleTextureNode read GetEmissiveTexture write SetEmissiveTexture;
 
Public property FdEmissiveTextureMapping: TSFString read FFdEmissiveTextureMapping;

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

Public property EmissiveTextureMapping: String read GetEmissiveTextureMapping write SetEmissiveTextureMapping;
 
Public property FdNormalTexture: TSFNode read FFdNormalTexture;

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

Public property NormalTexture: TAbstractTexture2DNode read GetNormalTexture write SetNormalTexture;

Normalmap texture to perform bump mapping. See https://castle-engine.io/bump_mapping .

Public property FdNormalTextureMapping: TSFString read FFdNormalTextureMapping;

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

Public property NormalTextureMapping: String read GetNormalTextureMapping write SetNormalTextureMapping;

Determines texture coordinates used by NormalTexture.

Public property FdNormalScale: TSFFloat read FFdNormalScale;

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

Public property NormalScale: Single read GetNormalScale write SetNormalScale;

Emphasize (when > 1) or deemphasize (< 1) the effect of NormalTexture on the model.


Generated by PasDoc 0.16.0.