I\'m using django-uni-form to display forms. I\'ve included all the css an开发者_如何学运维d javascript (notably jquery) in the page. But now I get some weird looking lines. The image below show how i
I have the following GLSL code for lighting: uniform vec3 lightDir; // Parallel light uniform float ambient;