Click or drag to resize
ShaderProgramNormalMappedShader Property
This shader is used for drawing textured graphics that have a normal map associated.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public static ShaderProgram NormalMappedShader { get; }

Property Value

Type: ShaderProgram
Remarks
A graphic sheet has a normal map associated with it if there is another graphic sheet whose name and the same with an added "nm" appended after a space in the SGDK2 IDE.
See Also