Class ReflectionProbeInfoPart
The texture info part.
Inherited Members
Namespace: Evergine.Framework.Assets.AssetParts
Assembly: Evergine.Framework.dll
Syntax
public class ReflectionProbeInfoPart : AssetPart
Constructors
ReflectionProbeInfoPart()
Initializes a new instance of the Reflection
Declaration
public ReflectionProbeInfoPart()
Properties
IBLIrradianceSH
Gets or sets the Irradiance Coefficients using Spherical Harmonics.
Declaration
public Vector4[] IBLIrradianceSH { get; set; }
Property Value
Type | Description |
---|---|
Vector4[] |
Methods
Read(BinaryReader)
Read this asset part.
Declaration
public static ReflectionProbeInfoPart Read(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
Binary |
reader | The binary reader. |
Returns
Type | Description |
---|---|
Reflection |
The loaded asset part. |
Write(BinaryWriter)
Writes the sub asset.
Declaration
public override void Write(BinaryWriter writer)
Parameters
Type | Name | Description |
---|---|---|
Binary |
writer | The stream. |