Merge branch 'master' of github.com:Faerbit/swp
This commit is contained in:
commit
2e472f8921
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 11 MiB After Width: | Height: | Size: 9.5 MiB |
@ -25,8 +25,8 @@ void Object::render(ACGL::OpenGL::SharedShaderProgram shader, bool lightingPass,
|
||||
// set model matrix
|
||||
shader->setUniform( "modelMatrix", modelMatrix);
|
||||
// set shadowMVPs
|
||||
glm::mat4 shadowMVPs[35];
|
||||
for(unsigned int i = 0; (i<shadowVPs->size() && i<35); i++) {
|
||||
glm::mat4 shadowMVPs[5];
|
||||
for(unsigned int i = 0; (i<shadowVPs->size() && i<5); i++) {
|
||||
shadowMVPs[i] = shadowVPs->at(i) * modelMatrix;
|
||||
}
|
||||
glUniformMatrix4fv(shader->getUniformLocation("shadowMVPs"),
|
||||
|
Loading…
Reference in New Issue
Block a user