Forget to add Tangent/BiTangent with pre 330

This commit is contained in:
Vlj 2014-08-15 02:11:11 +02:00
parent 647a5d6990
commit 7fbe529e6f

View File

@ -21,6 +21,8 @@ in vec3 Normal;
in vec4 Color;
in vec2 Texcoord;
in vec2 SecondTexcoord;
in vec3 Tangent;
in vec3 Bitangent;
#endif
out vec3 nor;