Class TCommonSurfaceShaderNode
Unit
Declaration
type TCommonSurfaceShaderNode = class(TAbstractShaderNode)
Description
Advanced material that can be heavily configured using textures (specular maps, normal maps and much more).
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractAppearanceChildNode
- TAbstractShaderNode
- TCommonSurfaceShaderNode
Overview
Methods
destructor Destroy; override; |
|
function ShininessFactorExp: Single; |
|
function Transparency: Single; |
|
function MaterialInfo: TMaterialInfo; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: String; override; |
|
procedure SetTextureTransformEnabled(const Value: array of boolean); overload; |
|
procedure SetTextureTransformEnabled(const Value: TBooleanList); overload; |
Properties
property FdAlphaFactor: TSFFloat read FFdAlphaFactor; |
|
property AlphaFactor: Single read GetAlphaFactor write SetAlphaFactor; |
|
property FdAlphaTextureId: TSFInt32 read FFdAlphaTextureId; |
|
property AlphaTextureId: Integer read GetAlphaTextureId write SetAlphaTextureId; |
|
property FdAlphaTextureCoordinatesId: TSFInt32 read FFdAlphaTextureCoordinatesId; |
|
property AlphaTextureCoordinatesId: Integer read GetAlphaTextureCoordinatesId write SetAlphaTextureCoordinatesId; |
|
property FdAlphaTextureChannelMask: TSFString read FFdAlphaTextureChannelMask; |
|
property AlphaTextureChannelMask: String read GetAlphaTextureChannelMask write SetAlphaTextureChannelMask; |
|
property FdAlphaTexture: TSFNode read FFdAlphaTexture; |
|
property AlphaTexture: TAbstractTextureNode read GetAlphaTexture write SetAlphaTexture; |
|
property FdAmbientFactor: TSFVec3f read FFdAmbientFactor; |
|
property AmbientFactor: TVector3 read GetAmbientFactor write SetAmbientFactor; |
|
property FdAmbientTextureId: TSFInt32 read FFdAmbientTextureId; |
|
property AmbientTextureId: Integer read GetAmbientTextureId write SetAmbientTextureId; |
|
property FdAmbientTextureCoordinatesId: TSFInt32 read FFdAmbientTextureCoordinatesId; |
|
property AmbientTextureCoordinatesId: Integer read GetAmbientTextureCoordinatesId write SetAmbientTextureCoordinatesId; |
|
property FdAmbientTextureChannelMask: TSFString read FFdAmbientTextureChannelMask; |
|
property AmbientTextureChannelMask: String read GetAmbientTextureChannelMask write SetAmbientTextureChannelMask; |
|
property FdAmbientTexture: TSFNode read FFdAmbientTexture; |
|
property AmbientTexture: TAbstractTextureNode read GetAmbientTexture write SetAmbientTexture; |
|
property FdDiffuseFactor: TSFVec3f read FFdDiffuseFactor; |
|
property DiffuseFactor: TVector3 read GetDiffuseFactor write SetDiffuseFactor; |
|
property FdDiffuseTextureId: TSFInt32 read FFdDiffuseTextureId; |
|
property DiffuseTextureId: Integer read GetDiffuseTextureId write SetDiffuseTextureId; |
|
property FdDiffuseTextureCoordinatesId: TSFInt32 read FFdDiffuseTextureCoordinatesId; |
|
property DiffuseTextureCoordinatesId: Integer read GetDiffuseTextureCoordinatesId write SetDiffuseTextureCoordinatesId; |
|
property FdDiffuseTextureChannelMask: TSFString read FFdDiffuseTextureChannelMask; |
|
property DiffuseTextureChannelMask: String read GetDiffuseTextureChannelMask write SetDiffuseTextureChannelMask; |
|
property FdDiffuseTexture: TSFNode read FFdDiffuseTexture; |
|
property DiffuseTexture: TAbstractTextureNode read GetDiffuseTexture write SetDiffuseTexture; |
|
property FdDiffuseDisplacementTexture: TSFNode read FFdDiffuseDisplacementTexture; |
|
property DiffuseDisplacementTexture: TAbstractTextureNode read GetDiffuseDisplacementTexture write SetDiffuseDisplacementTexture; |
|
property FdDisplacementAxis: TSFString read FFdDisplacementAxis; |
|
property DisplacementAxis: String read GetDisplacementAxis write SetDisplacementAxis; |
|
property FdDisplacementFactor: TSFFloat read FFdDisplacementFactor; |
|
property DisplacementFactor: Single read GetDisplacementFactor write SetDisplacementFactor; |
|
property FdDisplacementTextureId: TSFInt32 read FFdDisplacementTextureId; |
|
property DisplacementTextureId: Integer read GetDisplacementTextureId write SetDisplacementTextureId; |
|
property FdDisplacementTextureCoordinatesId: TSFInt32 read FFdDisplacementTextureCoordinatesId; |
|
property DisplacementTextureCoordinatesId: Integer read GetDisplacementTextureCoordinatesId write SetDisplacementTextureCoordinatesId; |
|
property FdDisplacementTexture: TSFNode read FFdDisplacementTexture; |
|
property DisplacementTexture: TAbstractTextureNode read GetDisplacementTexture write SetDisplacementTexture; |
|
property FdEmissiveFactor: TSFVec3f read FFdEmissiveFactor; |
|
property EmissiveFactor: TVector3 read GetEmissiveFactor write SetEmissiveFactor; |
|
property FdEmissiveTextureId: TSFInt32 read FFdEmissiveTextureId; |
|
property EmissiveTextureId: Integer read GetEmissiveTextureId write SetEmissiveTextureId; |
|
property FdEmissiveTextureCoordinatesId: TSFInt32 read FFdEmissiveTextureCoordinatesId; |
|
property EmissiveTextureCoordinatesId: Integer read GetEmissiveTextureCoordinatesId write SetEmissiveTextureCoordinatesId; |
|
property FdEmissiveTextureChannelMask: TSFString read FFdEmissiveTextureChannelMask; |
|
property EmissiveTextureChannelMask: String read GetEmissiveTextureChannelMask write SetEmissiveTextureChannelMask; |
|
property FdEmissiveTexture: TSFNode read FFdEmissiveTexture; |
|
property EmissiveTexture: TAbstractTextureNode read GetEmissiveTexture write SetEmissiveTexture; |
|
property FdEnvironmentFactor: TSFVec3f read FFdEnvironmentFactor; |
|
property EnvironmentFactor: TVector3 read GetEnvironmentFactor write SetEnvironmentFactor; |
|
property FdEnvironmentTextureId: TSFInt32 read FFdEnvironmentTextureId; |
|
property EnvironmentTextureId: Integer read GetEnvironmentTextureId write SetEnvironmentTextureId; |
|
property FdEnvironmentTextureCoordinatesId: TSFInt32 read FFdEnvironmentTextureCoordinatesId; |
|
property EnvironmentTextureCoordinatesId: Integer read GetEnvironmentTextureCoordinatesId write SetEnvironmentTextureCoordinatesId; |
|
property FdEnvironmentTextureChannelMask: TSFString read FFdEnvironmentTextureChannelMask; |
|
property EnvironmentTextureChannelMask: String read GetEnvironmentTextureChannelMask write SetEnvironmentTextureChannelMask; |
|
property FdEnvironmentTexture: TSFNode read FFdEnvironmentTexture; |
|
property EnvironmentTexture: TAbstractEnvironmentTextureNode read GetEnvironmentTexture write SetEnvironmentTexture; |
|
property FdMultiDiffuseAlphaTexture: TSFNode read FFdMultiDiffuseAlphaTexture; |
|
property MultiDiffuseAlphaTexture: TAbstractTextureNode read GetMultiDiffuseAlphaTexture write SetMultiDiffuseAlphaTexture; |
|
property FdMultiEmmisiveAmbientIntensityTexture: TSFNode read FFdMultiEmmisiveAmbientIntensityTexture; |
|
property MultiEmmisiveAmbientIntensityTexture: TAbstractTextureNode read GetMultiEmmisiveAmbientIntensityTexture write SetMultiEmmisiveAmbientIntensityTexture; |
|
property FdMultiSpecularShininessTexture: TSFNode read FFdMultiSpecularShininessTexture; |
|
property MultiSpecularShininessTexture: TAbstractTextureNode read GetMultiSpecularShininessTexture write SetMultiSpecularShininessTexture; |
|
property FdMultiVisibilityTexture: TSFNode read FFdMultiVisibilityTexture; |
|
property MultiVisibilityTexture: TAbstractTextureNode read GetMultiVisibilityTexture write SetMultiVisibilityTexture; |
|
property FdNormalFormat: TSFString read FFdNormalFormat; |
|
property NormalFormat: String read GetNormalFormat write SetNormalFormat; |
|
property FdNormalSpace: TSFString read FFdNormalSpace; |
|
property NormalSpace: String read GetNormalSpace write SetNormalSpace; |
|
property FdNormalTextureId: TSFInt32 read FFdNormalTextureId; |
|
property NormalTextureId: Integer read GetNormalTextureId write SetNormalTextureId; |
|
property FdNormalTextureCoordinatesId: TSFInt32 read FFdNormalTextureCoordinatesId; |
|
property NormalTextureCoordinatesId: Integer read GetNormalTextureCoordinatesId write SetNormalTextureCoordinatesId; |
|
property FdNormalTextureChannelMask: TSFString read FFdNormalTextureChannelMask; |
|
property NormalTextureChannelMask: String read GetNormalTextureChannelMask write SetNormalTextureChannelMask; |
|
property FdNormalScale: TSFVec3f read FFdNormalScale; |
|
property NormalScale: TVector3 read GetNormalScale write SetNormalScale; |
|
property FdNormalBias: TSFVec3f read FFdNormalBias; |
|
property NormalBias: TVector3 read GetNormalBias write SetNormalBias; |
|
property FdNormalTexture: TSFNode read FFdNormalTexture; |
|
property NormalTexture: TAbstractTextureNode read GetNormalTexture write SetNormalTexture; |
|
property FdNormalTextureParallaxHeight: TSFFloat read FFdNormalTextureParallaxHeight; |
|
property NormalTextureParallaxHeight: Single read GetNormalTextureParallaxHeight write SetNormalTextureParallaxHeight; |
|
property FdReflectionFactor: TSFVec3f read FFdReflectionFactor; |
|
property ReflectionFactor: TVector3 read GetReflectionFactor write SetReflectionFactor; |
|
property FdReflectionTextureId: TSFInt32 read FFdReflectionTextureId; |
|
property ReflectionTextureId: Integer read GetReflectionTextureId write SetReflectionTextureId; |
|
property FdReflectionTextureCoordinatesId: TSFInt32 read FFdReflectionTextureCoordinatesId; |
|
property ReflectionTextureCoordinatesId: Integer read GetReflectionTextureCoordinatesId write SetReflectionTextureCoordinatesId; |
|
property FdReflectionTextureChannelMask: TSFString read FFdReflectionTextureChannelMask; |
|
property ReflectionTextureChannelMask: String read GetReflectionTextureChannelMask write SetReflectionTextureChannelMask; |
|
property FdReflectionTexture: TSFNode read FFdReflectionTexture; |
|
property ReflectionTexture: TAbstractTextureNode read GetReflectionTexture write SetReflectionTexture; |
|
property FdShininessFactor: TSFFloat read FFdShininessFactor; |
|
property ShininessFactor: Single read GetShininessFactor write SetShininessFactor; |
|
property FdShininessTextureId: TSFInt32 read FFdShininessTextureId; |
|
property ShininessTextureId: Integer read GetShininessTextureId write SetShininessTextureId; |
|
property FdShininessTextureCoordinatesId: TSFInt32 read FFdShininessTextureCoordinatesId; |
|
property ShininessTextureCoordinatesId: Integer read GetShininessTextureCoordinatesId write SetShininessTextureCoordinatesId; |
|
property FdShininessTextureChannelMask: TSFString read FFdShininessTextureChannelMask; |
|
property ShininessTextureChannelMask: String read GetShininessTextureChannelMask write SetShininessTextureChannelMask; |
|
property FdShininessTexture: TSFNode read FFdShininessTexture; |
|
property ShininessTexture: TAbstractTextureNode read GetShininessTexture write SetShininessTexture; |
|
property FdSpecularFactor: TSFVec3f read FFdSpecularFactor; |
|
property SpecularFactor: TVector3 read GetSpecularFactor write SetSpecularFactor; |
|
property FdSpecularTextureId: TSFInt32 read FFdSpecularTextureId; |
|
property SpecularTextureId: Integer read GetSpecularTextureId write SetSpecularTextureId; |
|
property FdSpecularTextureCoordinatesId: TSFInt32 read FFdSpecularTextureCoordinatesId; |
|
property SpecularTextureCoordinatesId: Integer read GetSpecularTextureCoordinatesId write SetSpecularTextureCoordinatesId; |
|
property FdSpecularTextureChannelMask: TSFString read FFdSpecularTextureChannelMask; |
|
property SpecularTextureChannelMask: String read GetSpecularTextureChannelMask write SetSpecularTextureChannelMask; |
|
property FdSpecularTexture: TSFNode read FFdSpecularTexture; |
|
property SpecularTexture: TAbstractTextureNode read GetSpecularTexture write SetSpecularTexture; |
|
property FdTransmissionFactor: TSFVec3f read FFdTransmissionFactor; |
|
property TransmissionFactor: TVector3 read GetTransmissionFactor write SetTransmissionFactor; |
|
property FdTransmissionTextureId: TSFInt32 read FFdTransmissionTextureId; |
|
property TransmissionTextureId: Integer read GetTransmissionTextureId write SetTransmissionTextureId; |
|
property FdTransmissionTextureCoordinatesId: TSFInt32 read FFdTransmissionTextureCoordinatesId; |
|
property TransmissionTextureCoordinatesId: Integer read GetTransmissionTextureCoordinatesId write SetTransmissionTextureCoordinatesId; |
|
property FdTransmissionTextureChannelMask: TSFString read FFdTransmissionTextureChannelMask; |
|
property TransmissionTextureChannelMask: String read GetTransmissionTextureChannelMask write SetTransmissionTextureChannelMask; |
|
property FdTransmissionTexture: TSFNode read FFdTransmissionTexture; |
|
property TransmissionTexture: TAbstractTextureNode read GetTransmissionTexture write SetTransmissionTexture; |
|
property FdTangentTextureCoordinatesId: TSFInt32 read FFdTangentTextureCoordinatesId; |
|
property TangentTextureCoordinatesId: Integer read GetTangentTextureCoordinatesId write SetTangentTextureCoordinatesId; |
|
property FdBinormalTextureCoordinatesId: TSFInt32 read FFdBinormalTextureCoordinatesId; |
|
property BinormalTextureCoordinatesId: Integer read GetBinormalTextureCoordinatesId write SetBinormalTextureCoordinatesId; |
|
property FdInvertAlphaTexture: TSFBool read FFdInvertAlphaTexture; |
|
property InvertAlphaTexture: Boolean read GetInvertAlphaTexture write SetInvertAlphaTexture; |
|
property FdRelativeIndexOfRefraction: TSFFloat read FFdRelativeIndexOfRefraction; |
|
property RelativeIndexOfRefraction: Single read GetRelativeIndexOfRefraction write SetRelativeIndexOfRefraction; |
|
property FdFresnelBlend: TSFFloat read FFdFresnelBlend; |
|
property FresnelBlend: Single read GetFresnelBlend write SetFresnelBlend; |
|
property FdTextureTransformEnabled: TMFBool read FFdTextureTransformEnabled; |
Description
Methods
destructor Destroy; override; |
|
This item has no description. |
function ShininessFactorExp: Single; |
|
Shininess expressed as an exponent for shading equations. This is just ShininessFactor * 128. |
function Transparency: Single; |
|
Transparency determined by the AlphaFactor. This is just 1 - AlphaFactor. |
function MaterialInfo: TMaterialInfo; |
|
Material information based on this node. It is automatically updated when properties of this material change. Do not free it yourself, it will be automatically freed when this node is freed. |
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 SetTextureTransformEnabled(const Value: array of boolean); overload; |
|
This item has no description. |
procedure SetTextureTransformEnabled(const Value: TBooleanList); overload; |
|
This item has no description. |
Properties
property FdAlphaFactor: TSFFloat read FFdAlphaFactor; |
|
Internal wrapper for property |
property AlphaFactor: Single read GetAlphaFactor write SetAlphaFactor; |
|
This item has no description. |
property FdAlphaTextureId: TSFInt32 read FFdAlphaTextureId; |
|
Internal wrapper for property |
property AlphaTextureId: Integer read GetAlphaTextureId write SetAlphaTextureId; |
|
This item has no description. |
property FdAlphaTextureCoordinatesId: TSFInt32 read FFdAlphaTextureCoordinatesId; |
|
Internal wrapper for property |
property AlphaTextureCoordinatesId: Integer read GetAlphaTextureCoordinatesId write SetAlphaTextureCoordinatesId; |
|
This item has no description. |
property FdAlphaTextureChannelMask: TSFString read FFdAlphaTextureChannelMask; |
|
Internal wrapper for property |
property AlphaTextureChannelMask: String read GetAlphaTextureChannelMask write SetAlphaTextureChannelMask; |
|
This item has no description. |
property FdAlphaTexture: TSFNode read FFdAlphaTexture; |
|
Internal wrapper for property |
property AlphaTexture: TAbstractTextureNode read GetAlphaTexture write SetAlphaTexture; |
|
This item has no description. |
property FdAmbientFactor: TSFVec3f read FFdAmbientFactor; |
|
Internal wrapper for property |
property AmbientFactor: TVector3 read GetAmbientFactor write SetAmbientFactor; |
|
This item has no description. |
property FdAmbientTextureId: TSFInt32 read FFdAmbientTextureId; |
|
Internal wrapper for property |
property AmbientTextureId: Integer read GetAmbientTextureId write SetAmbientTextureId; |
|
This item has no description. |
property FdAmbientTextureCoordinatesId: TSFInt32 read FFdAmbientTextureCoordinatesId; |
|
Internal wrapper for property |
property AmbientTextureCoordinatesId: Integer read GetAmbientTextureCoordinatesId write SetAmbientTextureCoordinatesId; |
|
This item has no description. |
property FdAmbientTextureChannelMask: TSFString read FFdAmbientTextureChannelMask; |
|
Internal wrapper for property |
property AmbientTextureChannelMask: String read GetAmbientTextureChannelMask write SetAmbientTextureChannelMask; |
|
This item has no description. |
property FdAmbientTexture: TSFNode read FFdAmbientTexture; |
|
Internal wrapper for property |
property AmbientTexture: TAbstractTextureNode read GetAmbientTexture write SetAmbientTexture; |
|
This item has no description. |
property FdDiffuseFactor: TSFVec3f read FFdDiffuseFactor; |
|
Internal wrapper for property |
property DiffuseFactor: TVector3 read GetDiffuseFactor write SetDiffuseFactor; |
|
This item has no description. |
property FdDiffuseTextureId: TSFInt32 read FFdDiffuseTextureId; |
|
Internal wrapper for property |
property DiffuseTextureId: Integer read GetDiffuseTextureId write SetDiffuseTextureId; |
|
This item has no description. |
property FdDiffuseTextureCoordinatesId: TSFInt32 read FFdDiffuseTextureCoordinatesId; |
|
Internal wrapper for property |
property DiffuseTextureCoordinatesId: Integer read GetDiffuseTextureCoordinatesId write SetDiffuseTextureCoordinatesId; |
|
This item has no description. |
property FdDiffuseTextureChannelMask: TSFString read FFdDiffuseTextureChannelMask; |
|
Internal wrapper for property |
property DiffuseTextureChannelMask: String read GetDiffuseTextureChannelMask write SetDiffuseTextureChannelMask; |
|
This item has no description. |
property FdDiffuseTexture: TSFNode read FFdDiffuseTexture; |
|
Internal wrapper for property |
property DiffuseTexture: TAbstractTextureNode read GetDiffuseTexture write SetDiffuseTexture; |
|
The texture controlling the diffuse color, multiplied by DiffuseFactor. |
property FdDiffuseDisplacementTexture: TSFNode read FFdDiffuseDisplacementTexture; |
|
Internal wrapper for property |
property DiffuseDisplacementTexture: TAbstractTextureNode read GetDiffuseDisplacementTexture write SetDiffuseDisplacementTexture; |
|
This item has no description. |
property FdDisplacementAxis: TSFString read FFdDisplacementAxis; |
|
Internal wrapper for property |
property DisplacementAxis: String read GetDisplacementAxis write SetDisplacementAxis; |
|
This item has no description. |
property FdDisplacementFactor: TSFFloat read FFdDisplacementFactor; |
|
Internal wrapper for property |
property DisplacementFactor: Single read GetDisplacementFactor write SetDisplacementFactor; |
|
This item has no description. |
property FdDisplacementTextureId: TSFInt32 read FFdDisplacementTextureId; |
|
Internal wrapper for property |
property DisplacementTextureId: Integer read GetDisplacementTextureId write SetDisplacementTextureId; |
|
This item has no description. |
property FdDisplacementTextureCoordinatesId: TSFInt32 read FFdDisplacementTextureCoordinatesId; |
|
Internal wrapper for property |
property DisplacementTextureCoordinatesId: Integer read GetDisplacementTextureCoordinatesId write SetDisplacementTextureCoordinatesId; |
|
This item has no description. |
property FdDisplacementTexture: TSFNode read FFdDisplacementTexture; |
|
Internal wrapper for property |
property DisplacementTexture: TAbstractTextureNode read GetDisplacementTexture write SetDisplacementTexture; |
|
This item has no description. |
property FdEmissiveFactor: TSFVec3f read FFdEmissiveFactor; |
|
Internal wrapper for property |
property EmissiveFactor: TVector3 read GetEmissiveFactor write SetEmissiveFactor; |
|
This item has no description. |
property FdEmissiveTextureId: TSFInt32 read FFdEmissiveTextureId; |
|
Internal wrapper for property |
property EmissiveTextureId: Integer read GetEmissiveTextureId write SetEmissiveTextureId; |
|
This item has no description. |
property FdEmissiveTextureCoordinatesId: TSFInt32 read FFdEmissiveTextureCoordinatesId; |
|
Internal wrapper for property |
property EmissiveTextureCoordinatesId: Integer read GetEmissiveTextureCoordinatesId write SetEmissiveTextureCoordinatesId; |
|
This item has no description. |
property FdEmissiveTextureChannelMask: TSFString read FFdEmissiveTextureChannelMask; |
|
Internal wrapper for property |
property EmissiveTextureChannelMask: String read GetEmissiveTextureChannelMask write SetEmissiveTextureChannelMask; |
|
This item has no description. |
property FdEmissiveTexture: TSFNode read FFdEmissiveTexture; |
|
Internal wrapper for property |
property EmissiveTexture: TAbstractTextureNode read GetEmissiveTexture write SetEmissiveTexture; |
|
This item has no description. |
property FdEnvironmentFactor: TSFVec3f read FFdEnvironmentFactor; |
|
Internal wrapper for property |
property EnvironmentFactor: TVector3 read GetEnvironmentFactor write SetEnvironmentFactor; |
|
This item has no description. |
property FdEnvironmentTextureId: TSFInt32 read FFdEnvironmentTextureId; |
|
Internal wrapper for property |
property EnvironmentTextureId: Integer read GetEnvironmentTextureId write SetEnvironmentTextureId; |
|
This item has no description. |
property FdEnvironmentTextureCoordinatesId: TSFInt32 read FFdEnvironmentTextureCoordinatesId; |
|
Internal wrapper for property |
property EnvironmentTextureCoordinatesId: Integer read GetEnvironmentTextureCoordinatesId write SetEnvironmentTextureCoordinatesId; |
|
This item has no description. |
property FdEnvironmentTextureChannelMask: TSFString read FFdEnvironmentTextureChannelMask; |
|
Internal wrapper for property |
property EnvironmentTextureChannelMask: String read GetEnvironmentTextureChannelMask write SetEnvironmentTextureChannelMask; |
|
This item has no description. |
property FdEnvironmentTexture: TSFNode read FFdEnvironmentTexture; |
|
Internal wrapper for property |
property EnvironmentTexture: TAbstractEnvironmentTextureNode read GetEnvironmentTexture write SetEnvironmentTexture; |
|
This item has no description. |
property FdMultiDiffuseAlphaTexture: TSFNode read FFdMultiDiffuseAlphaTexture; |
|
Internal wrapper for property |
property MultiDiffuseAlphaTexture: TAbstractTextureNode read GetMultiDiffuseAlphaTexture write SetMultiDiffuseAlphaTexture; |
|
The texture controlling the diffuse (rgb) and alpha (alpha channel). Diffuse color is multiplied by DiffuseFactor, alpha is (or rather: should be) multiplied by AlphaFactor. |
property FdMultiEmmisiveAmbientIntensityTexture: TSFNode read FFdMultiEmmisiveAmbientIntensityTexture; |
|
Internal wrapper for property |
property MultiEmmisiveAmbientIntensityTexture: TAbstractTextureNode read GetMultiEmmisiveAmbientIntensityTexture write SetMultiEmmisiveAmbientIntensityTexture; |
|
This item has no description. |
property FdMultiSpecularShininessTexture: TSFNode read FFdMultiSpecularShininessTexture; |
|
Internal wrapper for property |
property MultiSpecularShininessTexture: TAbstractTextureNode read GetMultiSpecularShininessTexture write SetMultiSpecularShininessTexture; |
|
This item has no description. |
property FdMultiVisibilityTexture: TSFNode read FFdMultiVisibilityTexture; |
|
Internal wrapper for property |
property MultiVisibilityTexture: TAbstractTextureNode read GetMultiVisibilityTexture write SetMultiVisibilityTexture; |
|
This item has no description. |
property FdNormalFormat: TSFString read FFdNormalFormat; |
|
Internal wrapper for property |
property NormalFormat: String read GetNormalFormat write SetNormalFormat; |
|
This item has no description. |
property FdNormalSpace: TSFString read FFdNormalSpace; |
|
Internal wrapper for property |
property NormalSpace: String read GetNormalSpace write SetNormalSpace; |
|
This item has no description. |
property FdNormalTextureId: TSFInt32 read FFdNormalTextureId; |
|
Internal wrapper for property |
property NormalTextureId: Integer read GetNormalTextureId write SetNormalTextureId; |
|
This item has no description. |
property FdNormalTextureCoordinatesId: TSFInt32 read FFdNormalTextureCoordinatesId; |
|
Internal wrapper for property |
property NormalTextureCoordinatesId: Integer read GetNormalTextureCoordinatesId write SetNormalTextureCoordinatesId; |
|
This item has no description. |
property FdNormalTextureChannelMask: TSFString read FFdNormalTextureChannelMask; |
|
Internal wrapper for property |
property NormalTextureChannelMask: String read GetNormalTextureChannelMask write SetNormalTextureChannelMask; |
|
This item has no description. |
property FdNormalScale: TSFVec3f read FFdNormalScale; |
|
Internal wrapper for property |
property NormalScale: TVector3 read GetNormalScale write SetNormalScale; |
|
This item has no description. |
property FdNormalBias: TSFVec3f read FFdNormalBias; |
|
Internal wrapper for property |
property NormalBias: TVector3 read GetNormalBias write SetNormalBias; |
|
This item has no description. |
property FdNormalTexture: TSFNode read FFdNormalTexture; |
|
Internal wrapper for property |
property NormalTexture: TAbstractTextureNode read GetNormalTexture write SetNormalTexture; |
|
Normalmap for bump mapping (the texture controlling the normals). |
property FdNormalTextureParallaxHeight: TSFFloat read FFdNormalTextureParallaxHeight; |
|
Internal wrapper for property |
property NormalTextureParallaxHeight: Single read GetNormalTextureParallaxHeight write SetNormalTextureParallaxHeight; |
|
This item has no description. |
property FdReflectionFactor: TSFVec3f read FFdReflectionFactor; |
|
Internal wrapper for property |
property ReflectionFactor: TVector3 read GetReflectionFactor write SetReflectionFactor; |
|
This item has no description. |
property FdReflectionTextureId: TSFInt32 read FFdReflectionTextureId; |
|
Internal wrapper for property |
property ReflectionTextureId: Integer read GetReflectionTextureId write SetReflectionTextureId; |
|
This item has no description. |
property FdReflectionTextureCoordinatesId: TSFInt32 read FFdReflectionTextureCoordinatesId; |
|
Internal wrapper for property |
property ReflectionTextureCoordinatesId: Integer read GetReflectionTextureCoordinatesId write SetReflectionTextureCoordinatesId; |
|
This item has no description. |
property FdReflectionTextureChannelMask: TSFString read FFdReflectionTextureChannelMask; |
|
Internal wrapper for property |
property ReflectionTextureChannelMask: String read GetReflectionTextureChannelMask write SetReflectionTextureChannelMask; |
|
This item has no description. |
property FdReflectionTexture: TSFNode read FFdReflectionTexture; |
|
Internal wrapper for property |
property ReflectionTexture: TAbstractTextureNode read GetReflectionTexture write SetReflectionTexture; |
|
This item has no description. |
property FdShininessFactor: TSFFloat read FFdShininessFactor; |
|
Internal wrapper for property |
property ShininessFactor: Single read GetShininessFactor write SetShininessFactor; |
|
This item has no description. |
property FdShininessTextureId: TSFInt32 read FFdShininessTextureId; |
|
Internal wrapper for property |
property ShininessTextureId: Integer read GetShininessTextureId write SetShininessTextureId; |
|
This item has no description. |
property FdShininessTextureCoordinatesId: TSFInt32 read FFdShininessTextureCoordinatesId; |
|
Internal wrapper for property |
property ShininessTextureCoordinatesId: Integer read GetShininessTextureCoordinatesId write SetShininessTextureCoordinatesId; |
|
This item has no description. |
property FdShininessTextureChannelMask: TSFString read FFdShininessTextureChannelMask; |
|
Internal wrapper for property |
property ShininessTextureChannelMask: String read GetShininessTextureChannelMask write SetShininessTextureChannelMask; |
|
This item has no description. |
property FdShininessTexture: TSFNode read FFdShininessTexture; |
|
Internal wrapper for property |
property ShininessTexture: TAbstractTextureNode read GetShininessTexture write SetShininessTexture; |
|
This item has no description. |
property FdSpecularFactor: TSFVec3f read FFdSpecularFactor; |
|
Internal wrapper for property |
property SpecularFactor: TVector3 read GetSpecularFactor write SetSpecularFactor; |
|
This item has no description. |
property FdSpecularTextureId: TSFInt32 read FFdSpecularTextureId; |
|
Internal wrapper for property |
property SpecularTextureId: Integer read GetSpecularTextureId write SetSpecularTextureId; |
|
This item has no description. |
property FdSpecularTextureCoordinatesId: TSFInt32 read FFdSpecularTextureCoordinatesId; |
|
Internal wrapper for property |
property SpecularTextureCoordinatesId: Integer read GetSpecularTextureCoordinatesId write SetSpecularTextureCoordinatesId; |
|
This item has no description. |
property FdSpecularTextureChannelMask: TSFString read FFdSpecularTextureChannelMask; |
|
Internal wrapper for property |
property SpecularTextureChannelMask: String read GetSpecularTextureChannelMask write SetSpecularTextureChannelMask; |
|
This item has no description. |
property FdSpecularTexture: TSFNode read FFdSpecularTexture; |
|
Internal wrapper for property |
property SpecularTexture: TAbstractTextureNode read GetSpecularTexture write SetSpecularTexture; |
|
This item has no description. |
property FdTransmissionFactor: TSFVec3f read FFdTransmissionFactor; |
|
Internal wrapper for property |
property TransmissionFactor: TVector3 read GetTransmissionFactor write SetTransmissionFactor; |
|
This item has no description. |
property FdTransmissionTextureId: TSFInt32 read FFdTransmissionTextureId; |
|
Internal wrapper for property |
property TransmissionTextureId: Integer read GetTransmissionTextureId write SetTransmissionTextureId; |
|
This item has no description. |
property FdTransmissionTextureCoordinatesId: TSFInt32 read FFdTransmissionTextureCoordinatesId; |
|
Internal wrapper for property |
property TransmissionTextureCoordinatesId: Integer read GetTransmissionTextureCoordinatesId write SetTransmissionTextureCoordinatesId; |
|
This item has no description. |
property FdTransmissionTextureChannelMask: TSFString read FFdTransmissionTextureChannelMask; |
|
Internal wrapper for property |
property TransmissionTextureChannelMask: String read GetTransmissionTextureChannelMask write SetTransmissionTextureChannelMask; |
|
This item has no description. |
property FdTransmissionTexture: TSFNode read FFdTransmissionTexture; |
|
Internal wrapper for property |
property TransmissionTexture: TAbstractTextureNode read GetTransmissionTexture write SetTransmissionTexture; |
|
This item has no description. |
property FdTangentTextureCoordinatesId: TSFInt32 read FFdTangentTextureCoordinatesId; |
|
Internal wrapper for property |
property TangentTextureCoordinatesId: Integer read GetTangentTextureCoordinatesId write SetTangentTextureCoordinatesId; |
|
This item has no description. |
property FdBinormalTextureCoordinatesId: TSFInt32 read FFdBinormalTextureCoordinatesId; |
|
Internal wrapper for property |
property BinormalTextureCoordinatesId: Integer read GetBinormalTextureCoordinatesId write SetBinormalTextureCoordinatesId; |
|
This item has no description. |
property FdInvertAlphaTexture: TSFBool read FFdInvertAlphaTexture; |
|
Internal wrapper for property |
property InvertAlphaTexture: Boolean read GetInvertAlphaTexture write SetInvertAlphaTexture; |
|
This item has no description. |
property FdRelativeIndexOfRefraction: TSFFloat read FFdRelativeIndexOfRefraction; |
|
Internal wrapper for property |
property RelativeIndexOfRefraction: Single read GetRelativeIndexOfRefraction write SetRelativeIndexOfRefraction; |
|
This item has no description. |
property FdFresnelBlend: TSFFloat read FFdFresnelBlend; |
|
Internal wrapper for property |
property FresnelBlend: Single read GetFresnelBlend write SetFresnelBlend; |
|
This item has no description. |
property FdTextureTransformEnabled: TMFBool read FFdTextureTransformEnabled; |
|
Internal wrapper for property |
Generated by PasDoc 0.16.0-snapshot.