Class TCommonSurfaceShaderNode
Unit
Declaration
type TCommonSurfaceShaderNode = class(TAbstractShaderNode)
Description
Warning: this symbol is deprecated.
Advanced material that can be heavily configured using textures (specular maps, normal maps and much more).
Use TMaterialNode that has been extended in X3D 4.0 to cover all the features of TComposedShaderNode. See https://github.com/michaliskambi/x3d-tests/wiki/X3D-version-4%3A-New-features-of-materials%2C-lights-and-textures .
Source: scene/x3d/x3dnodes_instantreality.inc (line 145).
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractAppearanceChildNode
- TAbstractShaderNode
- TCommonSurfaceShaderNode
Overview
Methods
| Public | destructor Destroy; override; |
| Public | function ShininessFactorExp: Single; |
| Public | function MaterialInfo: TMaterialInfo; |
| Public | procedure CreateNode; override; |
| Public | class function ClassX3DType: String; override; |
| Public | procedure SetTextureTransformEnabled(const Value: array of boolean); overload; |
| Public | procedure SetTextureTransformEnabled(const Value: TBooleanList); overload; |
Properties
| Public | property Transparency: Single read GetTransparency write SetTransparency; |
| Public | property FdAlphaFactor: TSFFloat read FFdAlphaFactor; |
| Public | property AlphaFactor: Single read GetAlphaFactor write SetAlphaFactor; |
| Public | property FdAlphaTextureId: TSFInt32 read FFdAlphaTextureId; |
| Public | property AlphaTextureId: Integer read GetAlphaTextureId write SetAlphaTextureId; |
| Public | property FdAlphaTextureCoordinatesId: TSFInt32 read FFdAlphaTextureCoordinatesId; |
| Public | property AlphaTextureCoordinatesId: Integer read GetAlphaTextureCoordinatesId write SetAlphaTextureCoordinatesId; |
| Public | property FdAlphaTextureChannelMask: TSFString read FFdAlphaTextureChannelMask; |
| Public | property AlphaTextureChannelMask: String read GetAlphaTextureChannelMask write SetAlphaTextureChannelMask; |
| Public | property FdAlphaTexture: TSFNode read FFdAlphaTexture; |
| Public | property AlphaTexture: TAbstractTextureNode read GetAlphaTexture write SetAlphaTexture; |
| Public | property FdAmbientFactor: TSFVec3f read FFdAmbientFactor; |
| Public | property AmbientFactor: TVector3 read GetAmbientFactor write SetAmbientFactor; |
| Public | property FdAmbientTextureId: TSFInt32 read FFdAmbientTextureId; |
| Public | property AmbientTextureId: Integer read GetAmbientTextureId write SetAmbientTextureId; |
| Public | property FdAmbientTextureCoordinatesId: TSFInt32 read FFdAmbientTextureCoordinatesId; |
| Public | property AmbientTextureCoordinatesId: Integer read GetAmbientTextureCoordinatesId write SetAmbientTextureCoordinatesId; |
| Public | property FdAmbientTextureChannelMask: TSFString read FFdAmbientTextureChannelMask; |
| Public | property AmbientTextureChannelMask: String read GetAmbientTextureChannelMask write SetAmbientTextureChannelMask; |
| Public | property FdAmbientTexture: TSFNode read FFdAmbientTexture; |
| Public | property AmbientTexture: TAbstractTextureNode read GetAmbientTexture write SetAmbientTexture; |
| Public | property FdDiffuseFactor: TSFVec3f read FFdDiffuseFactor; |
| Public | property DiffuseFactor: TVector3 read GetDiffuseFactor write SetDiffuseFactor; |
| Public | property FdDiffuseTextureId: TSFInt32 read FFdDiffuseTextureId; |
| Public | property DiffuseTextureId: Integer read GetDiffuseTextureId write SetDiffuseTextureId; |
| Public | property FdDiffuseTextureCoordinatesId: TSFInt32 read FFdDiffuseTextureCoordinatesId; |
| Public | property DiffuseTextureCoordinatesId: Integer read GetDiffuseTextureCoordinatesId write SetDiffuseTextureCoordinatesId; |
| Public | property FdDiffuseTextureChannelMask: TSFString read FFdDiffuseTextureChannelMask; |
| Public | property DiffuseTextureChannelMask: String read GetDiffuseTextureChannelMask write SetDiffuseTextureChannelMask; |
| Public | property FdDiffuseTexture: TSFNode read FFdDiffuseTexture; |
| Public | property DiffuseTexture: TAbstractTextureNode read GetDiffuseTexture write SetDiffuseTexture; |
| Public | property FdDiffuseDisplacementTexture: TSFNode read FFdDiffuseDisplacementTexture; |
| Public | property DiffuseDisplacementTexture: TAbstractTextureNode read GetDiffuseDisplacementTexture write SetDiffuseDisplacementTexture; |
| Public | property FdDisplacementAxis: TSFString read FFdDisplacementAxis; |
| Public | property DisplacementAxis: String read GetDisplacementAxis write SetDisplacementAxis; |
| Public | property FdDisplacementFactor: TSFFloat read FFdDisplacementFactor; |
| Public | property DisplacementFactor: Single read GetDisplacementFactor write SetDisplacementFactor; |
| Public | property FdDisplacementTextureId: TSFInt32 read FFdDisplacementTextureId; |
| Public | property DisplacementTextureId: Integer read GetDisplacementTextureId write SetDisplacementTextureId; |
| Public | property FdDisplacementTextureCoordinatesId: TSFInt32 read FFdDisplacementTextureCoordinatesId; |
| Public | property DisplacementTextureCoordinatesId: Integer read GetDisplacementTextureCoordinatesId write SetDisplacementTextureCoordinatesId; |
| Public | property FdDisplacementTexture: TSFNode read FFdDisplacementTexture; |
| Public | property DisplacementTexture: TAbstractTextureNode read GetDisplacementTexture write SetDisplacementTexture; |
| Public | property FdEmissiveFactor: TSFVec3f read FFdEmissiveFactor; |
| Public | property EmissiveFactor: TVector3 read GetEmissiveFactor write SetEmissiveFactor; |
| Public | property FdEmissiveTextureId: TSFInt32 read FFdEmissiveTextureId; |
| Public | property EmissiveTextureId: Integer read GetEmissiveTextureId write SetEmissiveTextureId; |
| Public | property FdEmissiveTextureCoordinatesId: TSFInt32 read FFdEmissiveTextureCoordinatesId; |
| Public | property EmissiveTextureCoordinatesId: Integer read GetEmissiveTextureCoordinatesId write SetEmissiveTextureCoordinatesId; |
| Public | property FdEmissiveTextureChannelMask: TSFString read FFdEmissiveTextureChannelMask; |
| Public | property EmissiveTextureChannelMask: String read GetEmissiveTextureChannelMask write SetEmissiveTextureChannelMask; |
| Public | property FdEmissiveTexture: TSFNode read FFdEmissiveTexture; |
| Public | property EmissiveTexture: TAbstractTextureNode read GetEmissiveTexture write SetEmissiveTexture; |
| Public | property FdEnvironmentFactor: TSFVec3f read FFdEnvironmentFactor; |
| Public | property EnvironmentFactor: TVector3 read GetEnvironmentFactor write SetEnvironmentFactor; |
| Public | property FdEnvironmentTextureId: TSFInt32 read FFdEnvironmentTextureId; |
| Public | property EnvironmentTextureId: Integer read GetEnvironmentTextureId write SetEnvironmentTextureId; |
| Public | property FdEnvironmentTextureCoordinatesId: TSFInt32 read FFdEnvironmentTextureCoordinatesId; |
| Public | property EnvironmentTextureCoordinatesId: Integer read GetEnvironmentTextureCoordinatesId write SetEnvironmentTextureCoordinatesId; |
| Public | property FdEnvironmentTextureChannelMask: TSFString read FFdEnvironmentTextureChannelMask; |
| Public | property EnvironmentTextureChannelMask: String read GetEnvironmentTextureChannelMask write SetEnvironmentTextureChannelMask; |
| Public | property FdEnvironmentTexture: TSFNode read FFdEnvironmentTexture; |
| Public | property EnvironmentTexture: TAbstractEnvironmentTextureNode read GetEnvironmentTexture write SetEnvironmentTexture; |
| Public | property FdMultiDiffuseAlphaTexture: TSFNode read FFdMultiDiffuseAlphaTexture; |
| Public | property MultiDiffuseAlphaTexture: TAbstractTextureNode read GetMultiDiffuseAlphaTexture write SetMultiDiffuseAlphaTexture; |
| Public | property FdMultiEmmisiveAmbientIntensityTexture: TSFNode read FFdMultiEmmisiveAmbientIntensityTexture; |
| Public | property MultiEmmisiveAmbientIntensityTexture: TAbstractTextureNode read GetMultiEmmisiveAmbientIntensityTexture write SetMultiEmmisiveAmbientIntensityTexture; |
| Public | property FdMultiSpecularShininessTexture: TSFNode read FFdMultiSpecularShininessTexture; |
| Public | property MultiSpecularShininessTexture: TAbstractTextureNode read GetMultiSpecularShininessTexture write SetMultiSpecularShininessTexture; |
| Public | property FdMultiVisibilityTexture: TSFNode read FFdMultiVisibilityTexture; |
| Public | property MultiVisibilityTexture: TAbstractTextureNode read GetMultiVisibilityTexture write SetMultiVisibilityTexture; |
| Public | property FdNormalFormat: TSFString read FFdNormalFormat; |
| Public | property NormalFormat: String read GetNormalFormat write SetNormalFormat; |
| Public | property FdNormalSpace: TSFString read FFdNormalSpace; |
| Public | property NormalSpace: String read GetNormalSpace write SetNormalSpace; |
| Public | property FdNormalTextureId: TSFInt32 read FFdNormalTextureId; |
| Public | property NormalTextureId: Integer read GetNormalTextureId write SetNormalTextureId; |
| Public | property FdNormalTextureCoordinatesId: TSFInt32 read FFdNormalTextureCoordinatesId; |
| Public | property NormalTextureCoordinatesId: Integer read GetNormalTextureCoordinatesId write SetNormalTextureCoordinatesId; |
| Public | property FdNormalTextureChannelMask: TSFString read FFdNormalTextureChannelMask; |
| Public | property NormalTextureChannelMask: String read GetNormalTextureChannelMask write SetNormalTextureChannelMask; |
| Public | property FdNormalScale: TSFVec3f read FFdNormalScale; |
| Public | property NormalScale: TVector3 read GetNormalScale write SetNormalScale; |
| Public | property FdNormalBias: TSFVec3f read FFdNormalBias; |
| Public | property NormalBias: TVector3 read GetNormalBias write SetNormalBias; |
| Public | property FdNormalTexture: TSFNode read FFdNormalTexture; |
| Public | property NormalTexture: TAbstractTextureNode read GetNormalTexture write SetNormalTexture; |
| Public | property FdNormalTextureParallaxHeight: TSFFloat read FFdNormalTextureParallaxHeight; |
| Public | property NormalTextureParallaxHeight: Single read GetNormalTextureParallaxHeight write SetNormalTextureParallaxHeight; |
| Public | property FdReflectionFactor: TSFVec3f read FFdReflectionFactor; |
| Public | property ReflectionFactor: TVector3 read GetReflectionFactor write SetReflectionFactor; |
| Public | property FdReflectionTextureId: TSFInt32 read FFdReflectionTextureId; |
| Public | property ReflectionTextureId: Integer read GetReflectionTextureId write SetReflectionTextureId; |
| Public | property FdReflectionTextureCoordinatesId: TSFInt32 read FFdReflectionTextureCoordinatesId; |
| Public | property ReflectionTextureCoordinatesId: Integer read GetReflectionTextureCoordinatesId write SetReflectionTextureCoordinatesId; |
| Public | property FdReflectionTextureChannelMask: TSFString read FFdReflectionTextureChannelMask; |
| Public | property ReflectionTextureChannelMask: String read GetReflectionTextureChannelMask write SetReflectionTextureChannelMask; |
| Public | property FdReflectionTexture: TSFNode read FFdReflectionTexture; |
| Public | property ReflectionTexture: TAbstractTextureNode read GetReflectionTexture write SetReflectionTexture; |
| Public | property FdShininessFactor: TSFFloat read FFdShininessFactor; |
| Public | property ShininessFactor: Single read GetShininessFactor write SetShininessFactor; |
| Public | property FdShininessTextureId: TSFInt32 read FFdShininessTextureId; |
| Public | property ShininessTextureId: Integer read GetShininessTextureId write SetShininessTextureId; |
| Public | property FdShininessTextureCoordinatesId: TSFInt32 read FFdShininessTextureCoordinatesId; |
| Public | property ShininessTextureCoordinatesId: Integer read GetShininessTextureCoordinatesId write SetShininessTextureCoordinatesId; |
| Public | property FdShininessTextureChannelMask: TSFString read FFdShininessTextureChannelMask; |
| Public | property ShininessTextureChannelMask: String read GetShininessTextureChannelMask write SetShininessTextureChannelMask; |
| Public | property FdShininessTexture: TSFNode read FFdShininessTexture; |
| Public | property ShininessTexture: TAbstractTextureNode read GetShininessTexture write SetShininessTexture; |
| Public | property FdSpecularFactor: TSFVec3f read FFdSpecularFactor; |
| Public | property SpecularFactor: TVector3 read GetSpecularFactor write SetSpecularFactor; |
| Public | property FdSpecularTextureId: TSFInt32 read FFdSpecularTextureId; |
| Public | property SpecularTextureId: Integer read GetSpecularTextureId write SetSpecularTextureId; |
| Public | property FdSpecularTextureCoordinatesId: TSFInt32 read FFdSpecularTextureCoordinatesId; |
| Public | property SpecularTextureCoordinatesId: Integer read GetSpecularTextureCoordinatesId write SetSpecularTextureCoordinatesId; |
| Public | property FdSpecularTextureChannelMask: TSFString read FFdSpecularTextureChannelMask; |
| Public | property SpecularTextureChannelMask: String read GetSpecularTextureChannelMask write SetSpecularTextureChannelMask; |
| Public | property FdSpecularTexture: TSFNode read FFdSpecularTexture; |
| Public | property SpecularTexture: TAbstractTextureNode read GetSpecularTexture write SetSpecularTexture; |
| Public | property FdTransmissionFactor: TSFVec3f read FFdTransmissionFactor; |
| Public | property TransmissionFactor: TVector3 read GetTransmissionFactor write SetTransmissionFactor; |
| Public | property FdTransmissionTextureId: TSFInt32 read FFdTransmissionTextureId; |
| Public | property TransmissionTextureId: Integer read GetTransmissionTextureId write SetTransmissionTextureId; |
| Public | property FdTransmissionTextureCoordinatesId: TSFInt32 read FFdTransmissionTextureCoordinatesId; |
| Public | property TransmissionTextureCoordinatesId: Integer read GetTransmissionTextureCoordinatesId write SetTransmissionTextureCoordinatesId; |
| Public | property FdTransmissionTextureChannelMask: TSFString read FFdTransmissionTextureChannelMask; |
| Public | property TransmissionTextureChannelMask: String read GetTransmissionTextureChannelMask write SetTransmissionTextureChannelMask; |
| Public | property FdTransmissionTexture: TSFNode read FFdTransmissionTexture; |
| Public | property TransmissionTexture: TAbstractTextureNode read GetTransmissionTexture write SetTransmissionTexture; |
| Public | property FdTangentTextureCoordinatesId: TSFInt32 read FFdTangentTextureCoordinatesId; |
| Public | property TangentTextureCoordinatesId: Integer read GetTangentTextureCoordinatesId write SetTangentTextureCoordinatesId; |
| Public | property FdBinormalTextureCoordinatesId: TSFInt32 read FFdBinormalTextureCoordinatesId; |
| Public | property BinormalTextureCoordinatesId: Integer read GetBinormalTextureCoordinatesId write SetBinormalTextureCoordinatesId; |
| Public | property FdInvertAlphaTexture: TSFBool read FFdInvertAlphaTexture; |
| Public | property InvertAlphaTexture: Boolean read GetInvertAlphaTexture write SetInvertAlphaTexture; |
| Public | property FdRelativeIndexOfRefraction: TSFFloat read FFdRelativeIndexOfRefraction; |
| Public | property RelativeIndexOfRefraction: Single read GetRelativeIndexOfRefraction write SetRelativeIndexOfRefraction; |
| Public | property FdFresnelBlend: TSFFloat read FFdFresnelBlend; |
| Public | property FresnelBlend: Single read GetFresnelBlend write SetFresnelBlend; |
| Public | property FdTextureTransformEnabled: TMFBool read FFdTextureTransformEnabled; |
Description
Methods
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | function ShininessFactorExp: Single; |
|
Shininess expressed as an exponent for shading equations. This is just ShininessFactor * 128. | |
| Public | 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. | |
| Public | procedure CreateNode; override; |
|
Create node fields and events. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 167). | |
| Public | 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. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 168). | |
| Public | procedure SetTextureTransformEnabled(const Value: array of boolean); overload; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 588). | |
| Public | procedure SetTextureTransformEnabled(const Value: TBooleanList); overload; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 590). | |
Properties
| Public | property Transparency: Single read GetTransparency write SetTransparency; |
|
Transparency determined by the AlphaFactor. This is just 1 - AlphaFactor. | |
| Public | property FdAlphaFactor: TSFFloat read FFdAlphaFactor; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 172). | |
| Public | property AlphaFactor: Single read GetAlphaFactor write SetAlphaFactor; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 174). | |
| Public | property FdAlphaTextureId: TSFInt32 read FFdAlphaTextureId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 178). | |
| Public | property AlphaTextureId: Integer read GetAlphaTextureId write SetAlphaTextureId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 180). | |
| Public | property FdAlphaTextureCoordinatesId: TSFInt32 read FFdAlphaTextureCoordinatesId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 184). | |
| Public | property AlphaTextureCoordinatesId: Integer read GetAlphaTextureCoordinatesId write SetAlphaTextureCoordinatesId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 186). | |
| Public | property FdAlphaTextureChannelMask: TSFString read FFdAlphaTextureChannelMask; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 190). | |
| Public | property AlphaTextureChannelMask: String read GetAlphaTextureChannelMask write SetAlphaTextureChannelMask; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 192). | |
| Public | property FdAlphaTexture: TSFNode read FFdAlphaTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 196). | |
| Public | property AlphaTexture: TAbstractTextureNode read GetAlphaTexture write SetAlphaTexture; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 198). | |
| Public | property FdAmbientFactor: TSFVec3f read FFdAmbientFactor; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 202). | |
| Public | property AmbientFactor: TVector3 read GetAmbientFactor write SetAmbientFactor; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 204). | |
| Public | property FdAmbientTextureId: TSFInt32 read FFdAmbientTextureId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 208). | |
| Public | property AmbientTextureId: Integer read GetAmbientTextureId write SetAmbientTextureId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 210). | |
| Public | property FdAmbientTextureCoordinatesId: TSFInt32 read FFdAmbientTextureCoordinatesId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 214). | |
| Public | property AmbientTextureCoordinatesId: Integer read GetAmbientTextureCoordinatesId write SetAmbientTextureCoordinatesId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 216). | |
| Public | property FdAmbientTextureChannelMask: TSFString read FFdAmbientTextureChannelMask; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 220). | |
| Public | property AmbientTextureChannelMask: String read GetAmbientTextureChannelMask write SetAmbientTextureChannelMask; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 222). | |
| Public | property FdAmbientTexture: TSFNode read FFdAmbientTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 226). | |
| Public | property AmbientTexture: TAbstractTextureNode read GetAmbientTexture write SetAmbientTexture; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 228). | |
| Public | property FdDiffuseFactor: TSFVec3f read FFdDiffuseFactor; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 232). | |
| Public | property DiffuseFactor: TVector3 read GetDiffuseFactor write SetDiffuseFactor; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 234). | |
| Public | property FdDiffuseTextureId: TSFInt32 read FFdDiffuseTextureId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 238). | |
| Public | property DiffuseTextureId: Integer read GetDiffuseTextureId write SetDiffuseTextureId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 240). | |
| Public | property FdDiffuseTextureCoordinatesId: TSFInt32 read FFdDiffuseTextureCoordinatesId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 244). | |
| Public | property DiffuseTextureCoordinatesId: Integer read GetDiffuseTextureCoordinatesId write SetDiffuseTextureCoordinatesId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 246). | |
| Public | property FdDiffuseTextureChannelMask: TSFString read FFdDiffuseTextureChannelMask; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 250). | |
| Public | property DiffuseTextureChannelMask: String read GetDiffuseTextureChannelMask write SetDiffuseTextureChannelMask; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 252). | |
| Public | property FdDiffuseTexture: TSFNode read FFdDiffuseTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 256). | |
| Public | property DiffuseTexture: TAbstractTextureNode read GetDiffuseTexture write SetDiffuseTexture; |
|
The texture controlling the diffuse color, multiplied by DiffuseFactor. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 258). | |
| Public | property FdDiffuseDisplacementTexture: TSFNode read FFdDiffuseDisplacementTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 262). | |
| Public | property DiffuseDisplacementTexture: TAbstractTextureNode read GetDiffuseDisplacementTexture write SetDiffuseDisplacementTexture; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 264). | |
| Public | property FdDisplacementAxis: TSFString read FFdDisplacementAxis; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 268). | |
| Public | property DisplacementAxis: String read GetDisplacementAxis write SetDisplacementAxis; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 270). | |
| Public | property FdDisplacementFactor: TSFFloat read FFdDisplacementFactor; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 274). | |
| Public | property DisplacementFactor: Single read GetDisplacementFactor write SetDisplacementFactor; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 276). | |
| Public | property FdDisplacementTextureId: TSFInt32 read FFdDisplacementTextureId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 280). | |
| Public | property DisplacementTextureId: Integer read GetDisplacementTextureId write SetDisplacementTextureId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 282). | |
| Public | property FdDisplacementTextureCoordinatesId: TSFInt32 read FFdDisplacementTextureCoordinatesId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 286). | |
| Public | property DisplacementTextureCoordinatesId: Integer read GetDisplacementTextureCoordinatesId write SetDisplacementTextureCoordinatesId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 288). | |
| Public | property FdDisplacementTexture: TSFNode read FFdDisplacementTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 292). | |
| Public | property DisplacementTexture: TAbstractTextureNode read GetDisplacementTexture write SetDisplacementTexture; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 294). | |
| Public | property FdEmissiveFactor: TSFVec3f read FFdEmissiveFactor; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 298). | |
| Public | property EmissiveFactor: TVector3 read GetEmissiveFactor write SetEmissiveFactor; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 300). | |
| Public | property FdEmissiveTextureId: TSFInt32 read FFdEmissiveTextureId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 304). | |
| Public | property EmissiveTextureId: Integer read GetEmissiveTextureId write SetEmissiveTextureId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 306). | |
| Public | property FdEmissiveTextureCoordinatesId: TSFInt32 read FFdEmissiveTextureCoordinatesId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 310). | |
| Public | property EmissiveTextureCoordinatesId: Integer read GetEmissiveTextureCoordinatesId write SetEmissiveTextureCoordinatesId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 312). | |
| Public | property FdEmissiveTextureChannelMask: TSFString read FFdEmissiveTextureChannelMask; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 316). | |
| Public | property EmissiveTextureChannelMask: String read GetEmissiveTextureChannelMask write SetEmissiveTextureChannelMask; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 318). | |
| Public | property FdEmissiveTexture: TSFNode read FFdEmissiveTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 322). | |
| Public | property EmissiveTexture: TAbstractTextureNode read GetEmissiveTexture write SetEmissiveTexture; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 324). | |
| Public | property FdEnvironmentFactor: TSFVec3f read FFdEnvironmentFactor; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 328). | |
| Public | property EnvironmentFactor: TVector3 read GetEnvironmentFactor write SetEnvironmentFactor; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 330). | |
| Public | property FdEnvironmentTextureId: TSFInt32 read FFdEnvironmentTextureId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 334). | |
| Public | property EnvironmentTextureId: Integer read GetEnvironmentTextureId write SetEnvironmentTextureId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 336). | |
| Public | property FdEnvironmentTextureCoordinatesId: TSFInt32 read FFdEnvironmentTextureCoordinatesId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 340). | |
| Public | property EnvironmentTextureCoordinatesId: Integer read GetEnvironmentTextureCoordinatesId write SetEnvironmentTextureCoordinatesId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 342). | |
| Public | property FdEnvironmentTextureChannelMask: TSFString read FFdEnvironmentTextureChannelMask; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 346). | |
| Public | property EnvironmentTextureChannelMask: String read GetEnvironmentTextureChannelMask write SetEnvironmentTextureChannelMask; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 348). | |
| Public | property FdEnvironmentTexture: TSFNode read FFdEnvironmentTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 352). | |
| Public | property EnvironmentTexture: TAbstractEnvironmentTextureNode read GetEnvironmentTexture write SetEnvironmentTexture; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 354). | |
| Public | property FdMultiDiffuseAlphaTexture: TSFNode read FFdMultiDiffuseAlphaTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 358). | |
| Public | 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. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 360). | |
| Public | property FdMultiEmmisiveAmbientIntensityTexture: TSFNode read FFdMultiEmmisiveAmbientIntensityTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 364). | |
| Public | property MultiEmmisiveAmbientIntensityTexture: TAbstractTextureNode read GetMultiEmmisiveAmbientIntensityTexture write SetMultiEmmisiveAmbientIntensityTexture; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 366). | |
| Public | property FdMultiSpecularShininessTexture: TSFNode read FFdMultiSpecularShininessTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 370). | |
| Public | property MultiSpecularShininessTexture: TAbstractTextureNode read GetMultiSpecularShininessTexture write SetMultiSpecularShininessTexture; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 372). | |
| Public | property FdMultiVisibilityTexture: TSFNode read FFdMultiVisibilityTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 376). | |
| Public | property MultiVisibilityTexture: TAbstractTextureNode read GetMultiVisibilityTexture write SetMultiVisibilityTexture; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 378). | |
| Public | property FdNormalFormat: TSFString read FFdNormalFormat; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 382). | |
| Public | property NormalFormat: String read GetNormalFormat write SetNormalFormat; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 384). | |
| Public | property FdNormalSpace: TSFString read FFdNormalSpace; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 388). | |
| Public | property NormalSpace: String read GetNormalSpace write SetNormalSpace; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 390). | |
| Public | property FdNormalTextureId: TSFInt32 read FFdNormalTextureId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 394). | |
| Public | property NormalTextureId: Integer read GetNormalTextureId write SetNormalTextureId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 396). | |
| Public | property FdNormalTextureCoordinatesId: TSFInt32 read FFdNormalTextureCoordinatesId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 400). | |
| Public | property NormalTextureCoordinatesId: Integer read GetNormalTextureCoordinatesId write SetNormalTextureCoordinatesId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 402). | |
| Public | property FdNormalTextureChannelMask: TSFString read FFdNormalTextureChannelMask; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 406). | |
| Public | property NormalTextureChannelMask: String read GetNormalTextureChannelMask write SetNormalTextureChannelMask; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 408). | |
| Public | property FdNormalScale: TSFVec3f read FFdNormalScale; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 412). | |
| Public | property NormalScale: TVector3 read GetNormalScale write SetNormalScale; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 414). | |
| Public | property FdNormalBias: TSFVec3f read FFdNormalBias; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 418). | |
| Public | property NormalBias: TVector3 read GetNormalBias write SetNormalBias; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 420). | |
| Public | property FdNormalTexture: TSFNode read FFdNormalTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 424). | |
| Public | property NormalTexture: TAbstractTextureNode read GetNormalTexture write SetNormalTexture; |
|
Normalmap for bump mapping (the texture controlling the normals). Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 426). | |
| Public | property FdNormalTextureParallaxHeight: TSFFloat read FFdNormalTextureParallaxHeight; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 430). | |
| Public | property NormalTextureParallaxHeight: Single read GetNormalTextureParallaxHeight write SetNormalTextureParallaxHeight; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 432). | |
| Public | property FdReflectionFactor: TSFVec3f read FFdReflectionFactor; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 436). | |
| Public | property ReflectionFactor: TVector3 read GetReflectionFactor write SetReflectionFactor; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 438). | |
| Public | property FdReflectionTextureId: TSFInt32 read FFdReflectionTextureId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 442). | |
| Public | property ReflectionTextureId: Integer read GetReflectionTextureId write SetReflectionTextureId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 444). | |
| Public | property FdReflectionTextureCoordinatesId: TSFInt32 read FFdReflectionTextureCoordinatesId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 448). | |
| Public | property ReflectionTextureCoordinatesId: Integer read GetReflectionTextureCoordinatesId write SetReflectionTextureCoordinatesId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 450). | |
| Public | property FdReflectionTextureChannelMask: TSFString read FFdReflectionTextureChannelMask; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 454). | |
| Public | property ReflectionTextureChannelMask: String read GetReflectionTextureChannelMask write SetReflectionTextureChannelMask; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 456). | |
| Public | property FdReflectionTexture: TSFNode read FFdReflectionTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 460). | |
| Public | property ReflectionTexture: TAbstractTextureNode read GetReflectionTexture write SetReflectionTexture; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 462). | |
| Public | property FdShininessFactor: TSFFloat read FFdShininessFactor; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 466). | |
| Public | property ShininessFactor: Single read GetShininessFactor write SetShininessFactor; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 468). | |
| Public | property FdShininessTextureId: TSFInt32 read FFdShininessTextureId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 472). | |
| Public | property ShininessTextureId: Integer read GetShininessTextureId write SetShininessTextureId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 474). | |
| Public | property FdShininessTextureCoordinatesId: TSFInt32 read FFdShininessTextureCoordinatesId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 478). | |
| Public | property ShininessTextureCoordinatesId: Integer read GetShininessTextureCoordinatesId write SetShininessTextureCoordinatesId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 480). | |
| Public | property FdShininessTextureChannelMask: TSFString read FFdShininessTextureChannelMask; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 484). | |
| Public | property ShininessTextureChannelMask: String read GetShininessTextureChannelMask write SetShininessTextureChannelMask; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 486). | |
| Public | property FdShininessTexture: TSFNode read FFdShininessTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 490). | |
| Public | property ShininessTexture: TAbstractTextureNode read GetShininessTexture write SetShininessTexture; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 492). | |
| Public | property FdSpecularFactor: TSFVec3f read FFdSpecularFactor; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 496). | |
| Public | property SpecularFactor: TVector3 read GetSpecularFactor write SetSpecularFactor; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 498). | |
| Public | property FdSpecularTextureId: TSFInt32 read FFdSpecularTextureId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 502). | |
| Public | property SpecularTextureId: Integer read GetSpecularTextureId write SetSpecularTextureId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 504). | |
| Public | property FdSpecularTextureCoordinatesId: TSFInt32 read FFdSpecularTextureCoordinatesId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 508). | |
| Public | property SpecularTextureCoordinatesId: Integer read GetSpecularTextureCoordinatesId write SetSpecularTextureCoordinatesId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 510). | |
| Public | property FdSpecularTextureChannelMask: TSFString read FFdSpecularTextureChannelMask; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 514). | |
| Public | property SpecularTextureChannelMask: String read GetSpecularTextureChannelMask write SetSpecularTextureChannelMask; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 516). | |
| Public | property FdSpecularTexture: TSFNode read FFdSpecularTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 520). | |
| Public | property SpecularTexture: TAbstractTextureNode read GetSpecularTexture write SetSpecularTexture; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 522). | |
| Public | property FdTransmissionFactor: TSFVec3f read FFdTransmissionFactor; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 526). | |
| Public | property TransmissionFactor: TVector3 read GetTransmissionFactor write SetTransmissionFactor; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 528). | |
| Public | property FdTransmissionTextureId: TSFInt32 read FFdTransmissionTextureId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 532). | |
| Public | property TransmissionTextureId: Integer read GetTransmissionTextureId write SetTransmissionTextureId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 534). | |
| Public | property FdTransmissionTextureCoordinatesId: TSFInt32 read FFdTransmissionTextureCoordinatesId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 538). | |
| Public | property TransmissionTextureCoordinatesId: Integer read GetTransmissionTextureCoordinatesId write SetTransmissionTextureCoordinatesId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 540). | |
| Public | property FdTransmissionTextureChannelMask: TSFString read FFdTransmissionTextureChannelMask; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 544). | |
| Public | property TransmissionTextureChannelMask: String read GetTransmissionTextureChannelMask write SetTransmissionTextureChannelMask; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 546). | |
| Public | property FdTransmissionTexture: TSFNode read FFdTransmissionTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 550). | |
| Public | property TransmissionTexture: TAbstractTextureNode read GetTransmissionTexture write SetTransmissionTexture; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 552). | |
| Public | property FdTangentTextureCoordinatesId: TSFInt32 read FFdTangentTextureCoordinatesId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 556). | |
| Public | property TangentTextureCoordinatesId: Integer read GetTangentTextureCoordinatesId write SetTangentTextureCoordinatesId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 558). | |
| Public | property FdBinormalTextureCoordinatesId: TSFInt32 read FFdBinormalTextureCoordinatesId; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 562). | |
| Public | property BinormalTextureCoordinatesId: Integer read GetBinormalTextureCoordinatesId write SetBinormalTextureCoordinatesId; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 564). | |
| Public | property FdInvertAlphaTexture: TSFBool read FFdInvertAlphaTexture; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 568). | |
| Public | property InvertAlphaTexture: Boolean read GetInvertAlphaTexture write SetInvertAlphaTexture; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 570). | |
| Public | property FdRelativeIndexOfRefraction: TSFFloat read FFdRelativeIndexOfRefraction; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 574). | |
| Public | property RelativeIndexOfRefraction: Single read GetRelativeIndexOfRefraction write SetRelativeIndexOfRefraction; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 576). | |
| Public | property FdFresnelBlend: TSFFloat read FFdFresnelBlend; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 580). | |
| Public | property FresnelBlend: Single read GetFresnelBlend write SetFresnelBlend; |
|
This item has no description. Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 582). | |
| Public | property FdTextureTransformEnabled: TMFBool read FFdTextureTransformEnabled; |
|
Internal wrapper for property Source: scene/x3d/auto_generated_node_helpers/x3dnodes_commonsurfaceshader.inc (line 586). | |
Generated by PasDoc 0.17.0.snapshot.