TerrainRendererMesh Constructor |
Namespace: DigitalRune.Graphics.Rendering
public TerrainRendererMesh( GraphicsDevice graphicsDevice, int numberOfLevels, int cellsPerLevel )
Exception | Condition |
---|---|
ArgumentNullException | graphicsDevice is . |
ArgumentOutOfRangeException | numberOfLevels or cellsPerLevel is less than 1. |