Class TMaterialProperty
Unit
Declaration
type TMaterialProperty = class(TObject)
Description
Information for a particular material.
Hierarchy
- TObject
- TMaterialProperty
Overview
Properties
![]() |
property TextureBaseName: String read FTextureBaseName write FTextureBaseName; |
![]() |
property FootstepsSound: TCastleSound read FFootstepsSound write FFootstepsSound; |
![]() |
property Toxic: Boolean read FToxic write FToxic; |
![]() |
property ToxicDamageConst: Single read FToxicDamageConst write FToxicDamageConst; |
![]() |
property ToxicDamageRandom: Single read FToxicDamageRandom write FToxicDamageRandom; |
![]() |
property ToxicDamageTime: Single read FToxicDamageTime write FToxicDamageTime; |
![]() |
property NormalMap: String read FNormalMap write FNormalMap; |
![]() |
property AlphaChannel: String read FAlphaChannel write FAlphaChannel; |
Description
Properties
![]() |
property FootstepsSound: TCastleSound read FFootstepsSound write FFootstepsSound; |
Footsteps sound to make when player is walking on this material. nil if no information is available. |
![]() |
property Toxic: Boolean read FToxic write FToxic; |
Is the floor |
![]() |
property ToxicDamageConst: Single read FToxicDamageConst write FToxicDamageConst; |
![]() |
property ToxicDamageRandom: Single read FToxicDamageRandom write FToxicDamageRandom; |
![]() |
property ToxicDamageTime: Single read FToxicDamageTime write FToxicDamageTime; |
![]() |
property NormalMap: String read FNormalMap write FNormalMap; |
Normal map texture URL. This is a simple method to activate bump mapping, equivalent to using In case both VRML/X3D Appearance specifies |
![]() |
property AlphaChannel: String read FAlphaChannel write FAlphaChannel; |
Override alpha channel type for diffuse texture. The meaning and allowed values for this are the same as for |
Generated by PasDoc 0.16.0.