Table of Contents

Enum DepthMapProperties.DepthEncoding

Namespace
Gamelogic.Fx.Mapping.Maps
Assembly
Gamelogic.Fx.dll

The depth rendering mode.

public enum DepthMapProperties.DepthEncoding

Fields

Linear = 0

Depth is mapped linearly between near and far plane.

Logarithmic = 1

Depth is mapped logarithmically between near and far plane.