TerrainHelper Methods |
The TerrainHelper type exposes the following members.
Name | Description | |
---|---|---|
CreateHeightTexture |
Creates a height map which can be used for terrain rendering.
| |
CreateHoleTexture |
Creates a hole map which can be used for terrain rendering.
| |
CreateNormalTexture |
Creates a normal map which can be used for terrain rendering.
| |
GetTextureLevelSingle |
Gets the texture data of the specified mipmap level as a Single array.
| |
GetTextureLevelVector4 |
Gets the texture data of the specified mipmap level as a Vector4 array.
| |
SetTextureLevel(Texture2D, Int32, Vector4) |
Sets the texture data of the specified mipmap level.
| |
SetTextureLevel(Texture2D, Int32, Single) |
Sets the texture data of the specified mipmap level.
| |
SmoothTexture(Vector4, Int32, Int32, Single) |
Smooths the texture.
| |
SmoothTexture(Single, Int32, Int32, Single) |
Smooths the texture.
| |
TransformTexture |
Modifies the data of a texture.
|