Class LODContent
The Level of Detail content.
Inherited Members
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class LODContent
Fields
LOD
The LOD level.
Declaration
public int LOD
Field Value
Type | Description |
---|---|
int |
Nodes
The nodes affected by this 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 name. |
Methods
Read(BinaryReader)
Read this LOD content.
Declaration
public static LODContent Read(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
BinaryReader | reader | The reader. |
Returns
Type | Description |
---|---|
LODContent | The new instance. |
Write(BinaryWriter)
Write this instance into a stream.
Declaration
public void Write(BinaryWriter writer)
Parameters
Type | Name | Description |
---|---|---|
BinaryWriter | writer | The writer. |