Sky

Description

sealed class Tinman.Shaders.Sky.Sky

Derived from

GpuCode abstract

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

The render effect code used by ISkyEffect.

Public / Methods

PS_​Color


[PixelShader]
public static method PS_Color → ()

returns → PS_Out_Target

The shader output.

The pixel shader for SkyParameters.PassUniformColor.

PS_​Map


[PixelShader]
public static method PS_Map → (1)

data in : VS_Out

The shader input.

returns → PS_Out_Target

The shader output.

The pixel shader for SkyParameters.PassEnvironmentMap.

VS


[VertexShader]
public static method VS → (1)

data in : VS_In

The shader input.

returns → VS_Out

The shader output.

The default vertex shader.