DigitalRune Documentation
DigitalRune Documentation
Class Library Reference
DigitalRune.Graphics.Effects
TerrainEffectParameterSemantics Class
TerrainEffectParameterSemantics Fields
TerrainBaseClipmap Field
TerrainBaseClipmapCellSize Field
TerrainBaseClipmapCellsPerLevel Field
TerrainBaseClipmapLevelBias Field
TerrainBaseClipmapNumberOfColumns Field
TerrainBaseClipmapNumberOfLevels Field
TerrainBaseClipmapOrigins Field
TerrainClearValues Field
TerrainDetailClipmap Field
TerrainDetailClipmapCellSizes Field
TerrainDetailClipmapCellsPerLevel Field
TerrainDetailClipmapLevelBias Field
TerrainDetailClipmapNumberOfColumns Field
TerrainDetailClipmapNumberOfLevels Field
TerrainDetailClipmapOffsets Field
TerrainDetailClipmapOrigins Field
TerrainDetailFadeRange Field
TerrainEnableAnisotropicFiltering Field
TerrainHoleThreshold Field
TerrainTileHeightTexture Field
TerrainTileHeightTextureSize Field
TerrainTileHoleTexture Field
TerrainTileHoleTextureSize Field
TerrainTileNormalTexture Field
TerrainTileNormalTextureSize Field
TerrainTileOrigin Field
TerrainTileSize Field
TerrainEffectParameterSemantics Fields
The
TerrainEffectParameterSemantics
type exposes the following members.
Fields
Name
Description
TerrainBaseClipmap
The n-th texture in the
BaseClipmap
(
Texture2D
).
TerrainBaseClipmapCellSize
The cell size of the
BaseClipmap
(
Single
).
TerrainBaseClipmapCellsPerLevel
The
CellsPerLevel
of the
BaseClipmap
(
Single
).
TerrainBaseClipmapLevelBias
The
LevelBias
of the
BaseClipmap
(
Single
).
TerrainBaseClipmapNumberOfColumns
The number of texture atlas columns in the
BaseClipmap
(
Single
).
TerrainBaseClipmapNumberOfLevels
The
NumberOfLevels
in the
BaseClipmap
(
Single
).
TerrainBaseClipmapOrigins
The
Origins
of the
BaseClipmap
(array of
Single
).
TerrainClearValues
The clear values written into the
TerrainClipmap
(array of
Vector4
).
TerrainDetailClipmap
The n-th texture in the
DetailClipmap
(
Texture2D
).
TerrainDetailClipmapCellSizes
The cell sizes of the
DetailClipmap
(array of
Single
).
TerrainDetailClipmapCellsPerLevel
The
CellsPerLevel
of the
DetailClipmap
(
Single
).
TerrainDetailClipmapLevelBias
The
LevelBias
of the
DetailClipmap
(
Single
).
TerrainDetailClipmapNumberOfColumns
The number of texture atlas columns in the
DetailClipmap
(
Single
).
TerrainDetailClipmapNumberOfLevels
The
NumberOfLevels
in the
DetailClipmap
(
Single
).
TerrainDetailClipmapOffsets
The offsets (for toroidal wrapping) of the
DetailClipmap
(array of
Single
).
TerrainDetailClipmapOrigins
The
Origins
of the
DetailClipmap
(array of
Single
).
TerrainDetailFadeRange
The
DetailFadeRange
(
Single
).
TerrainEnableAnisotropicFiltering
The
EnableAnisotropicFiltering
flag of the
DetailClipmap
(
Single
).
TerrainHoleThreshold
The threshold used to check for holes in the terrain (
Single
).
TerrainTileHeightTexture
The height texture of the terrain tile which stores absolute height values in the Red channel (
Texture2D
).
TerrainTileHeightTextureSize
The size of the
TerrainTileHeightTexture
in texels (
Vector2
).
TerrainTileHoleTexture
The hole texture of the terrain tile which stores hole information in the Alpha channel (
Texture2D
).
TerrainTileHoleTextureSize
The size of the
TerrainTileHoleTexture
in texels (
Vector2
).
TerrainTileNormalTexture
The normal texture of the terrain tile which store normal vectors (
Texture2D
).
TerrainTileNormalTextureSize
The size of the
TerrainTileNormalTexture
in texels (
Vector2
).
TerrainTileOrigin
The world space origin (
OriginX
,
OriginZ
) of the terrain tile given as
Vector2
.
TerrainTileSize
The world space size (
WidthX
,
WidthZ
) of the terrain tile given as
Vector2
.
Top
See Also
Reference
TerrainEffectParameterSemantics Class
DigitalRune.Graphics.Effects Namespace
Copyright (c) 2006-2016 DigitalRune GmbH. All rights reserved. (Last updated: 2016-03-10)
http://www.digitalrune.com/
Send comments on this topic to
office@digitalrune.com