I manage to get something rendered in a “viewport” with the but I don’t see anything rendered in the rest of the window when I do that…
It’s like the only method I can use on the app.renderer is the setViewport method… all the rest is ignored or has no influence… (setScissor , clearDepth, etc…). No error in the console though…
Or perhaps what happen is that as soon as I use the setScissor the scene is only rendered in the scissor region and what was rendered elsewhere is lost… something to do with the original animate() or render function??