Table of Contents

Enum OutlineSource

Namespace
Gamelogic.Fx
Assembly
Gamelogic.Fx.dll

Ways to select the source for outline edge detection.

public enum OutlineSource

Fields

AlternateTexture = 1

Use an alternate texture as the source.

CameraColor = 0

Use the camera color texture as the source.

DepthTexture = 3

Use the depth texture as the source.

NormalsTexture = 2

Use the normals texture as the source.