Class AtmosphericMaterial
Inheritance
AtmosphericMaterial
Assembly: Evergine.Framework.dll
Syntax
[MaterialDecorator("d551eb2b-202d-454d-a059-c3ddce284636")]
public class AtmosphericMaterial : MaterialDecorator
Constructors
AtmosphericMaterial(Effect)
Declaration
public AtmosphericMaterial(Effect effect)
Parameters
Type |
Name |
Description |
Effect |
effect |
|
AtmosphericMaterial(Material)
Declaration
public AtmosphericMaterial(Material material)
Parameters
Properties
AtmosphereThickness
Declaration
public float AtmosphereThickness { get; set; }
Property Value
GroundColor
Declaration
public Vector3 GroundColor { get; set; }
Property Value
SkyTint
Declaration
public Vector3 SkyTint { get; set; }
Property Value
SunSize
Declaration
public float SunSize { get; set; }
Property Value
SunSizeConvergence
Declaration
public float SunSizeConvergence { get; set; }
Property Value
Texture
Declaration
public Texture Texture { get; set; }
Property Value
TextureSampler
Declaration
public SamplerState TextureSampler { get; set; }
Property Value
Extension Methods