@ -17,7 +17,7 @@ uniform mat4 projection;
void main()
{
fragNormal = normal;
fragNormal = vec4(world_transform * vec4(normal, 1)).xyz;
fragVertex = vertexPosition_modelspace;
fragUV = texCoord.st;
gl_Position = projection * view *