V3 merge. Slight update. Fixes lighting oddities.

This commit is contained in:
Shyotl
2011-12-16 01:50:57 -06:00
parent 0030ca3af7
commit 1bfa72fa7c
7 changed files with 36 additions and 35 deletions

View File

@@ -30,7 +30,6 @@ ATTRIBUTE vec3 normal;
ATTRIBUTE vec4 diffuse_color;
ATTRIBUTE vec2 texcoord0;
vec4 calcLighting(vec3 pos, vec3 norm, vec4 color, vec4 baseCol);
mat4 getObjectSkinnedTransform();
void calcAtmospherics(vec3 inPositionEye);