git-svn-id: svn://db.shs.com.ru/libs@421 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-09-07 08:37:44 +00:00
parent 38bb2244d5
commit b6bad7a921
12 changed files with 174 additions and 41 deletions

View File

@@ -73,7 +73,7 @@ void RendererSimple::renderScene() {
glDepthMask(GL_FALSE);
glDepthFunc(GL_EQUAL);
}
view.camera().apply(view.aspect);
//view.camera().apply(view.aspect);
rp.cam_offset_matrix = view.camera().offsetMatrix();
rp.prepare();
setupLights(l, 8);