Skip to content
Snippets Groups Projects
Commit 013ddb72 authored by David Sehnal's avatar David Sehnal
Browse files

multisample camera update fix

parent 2f84b942
No related branches found
No related tags found
No related merge requests found
......@@ -133,8 +133,7 @@ export class MultiSamplePass {
for (let i = 0; i < offsetList.length; ++i) {
const offset = offsetList[i];
Camera.setViewOffset(camera.viewOffset, width, height, offset[0], offset[1], width, height);
// TODO: this should not be needed
// camera.update();
camera.update();
this.drawPass.cameraHelper.update(camera);
// the theory is that equal weights for each sample lead to an accumulation of rounding
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment