added renderfunction to a structure.

Complex structure soon to come.
This commit is contained in:
steffen 2017-08-29 16:30:53 +02:00
parent f4c68a8297
commit fa19643fa0
4 changed files with 32 additions and 7 deletions
Objects/Cube

View file

@ -4,7 +4,6 @@ layout(points) in;
layout(triangle_strip,max_vertices=24) out;
uniform mat4 projModelViewMatrix;
uniform mat3 normalMatrix;
uniform mat3 rotMatrix;
uniform mat4 lightProjModelViewMatrix[7];