Class LODContent
The level of detail content.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class LODContent
Fields
LOD
The level of detail (LOD).
Declaration
public int LOD
Field Value
Type | Description |
---|---|
int |
Nodes
The nodes affected by this level of detail (LOD).
Declaration
public int[] Nodes
Field Value
Type | Description |
---|---|
int[] |
ScreenCoverage
The screen coverage of this LOD.
Declaration
public float ScreenCoverage
Field Value
Type | Description |
---|---|
float | The coverage. |
Methods
Read(BinaryReader)
Reads this LOD content.
Declaration
public static LODContent Read(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
BinaryReader | reader | The reader. |
Returns
Type | Description |
---|---|
LODContent | A new instance. |
Write(BinaryWriter)
Writes this instance into a stream.
Declaration
public void Write(BinaryWriter writer)
Parameters
Type | Name | Description |
---|---|---|
BinaryWriter | writer | The writer. |