added renderfunction to a structure.
Complex structure soon to come.
This commit is contained in:
parent
f4c68a8297
commit
fa19643fa0
4 changed files with 32 additions and 7 deletions
Objects/Cube
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue