Skip to content

Instantly share code, notes, and snippets.

#include "Uniforms.glsl"
#include "Samplers.glsl"
#include "Transform.glsl"
#include "ScreenPos.glsl"
#include "Lighting.glsl"
#include "Fog.glsl"
#ifdef NORMALMAP
varying vec4 vTexCoord;
varying vec4 vTangent;