Configuration

Description

[Configuration]
static class Tinman.Demo.Shaders.Configuration

Full source code is included in the Tinman 3D SDK download.

The compile-time configuration values of the shaders in the Demo Application.

Public / Constants

NEAR_​AT_​ZERO


public static readonly attribute NEAR_AT_ZERO → (bool)

Depicts the value range of the Z-component of normalized device coordinates (NDC):
true : [0 .. 1]
false : [-1 .. +1]

PIXEL_​OFFSET


public static readonly attribute PIXEL_OFFSET → (float32)

The offset from viewport coordinates (0,0) to the center of the corresponding pixel.