Sha256: d5da64bbffb0cec242c312c5570601f7d5f023e7b1c916e7a093793ffb863236
Contents?: true
Size: 255 Bytes
Versions: 13
Compression:
Stored size: 255 Bytes
Contents
//= require "shaders/functions/lights" uniform sampler2D NormalMap; shared uniform mat4 mvMatrix, pMatrix, vMatrix; shared uniform mat3 nMatrix; shared varying vec2 vTexCoords; varying vec3 vEyeDir; varying vec3 vLightDir; varying float vAttenuation;
Version data entries
13 entries across 13 versions & 1 rubygems