Sha256: d98abe6dfdea5f86aea356e6b4bdedba3a85259b9c99054acb0c00515dc298fe
Contents?: true
Size: 232 Bytes
Versions: 30
Compression:
Stored size: 232 Bytes
Contents
shared attribute vec2 VERTEX_TEXCOORDS; shared attribute vec3 VERTEX_NORMAL; shared attribute vec4 VERTEX_POSITION, VERTEX_COLOR, VERTEX_TANGENT; void main(void) { vLightDir = normalize(vnMatrix * -normalize(LIGHT_DIRECTION)); }
Version data entries
30 entries across 30 versions & 1 rubygems