Re: Rendering one scene multiple times per frame to a frame buffer
Posted by gtt023 on Mar 30, 2014; 11:03pm
URL: https://forum.jogamp.org/Rendering-one-scene-multiple-times-per-frame-to-a-frame-buffer-tp4032079p4032084.html
Thanks for the reply. I am an aspiring computer graphics researcher, but still an undergraduate currently. And yes, the pose estimation problem is exactly what I am working on...but it is only estimating the pose of a wall for now. But who knows about later...
Right now, I am not concerned with speed. I just need to be able to render a scene, say, 18 times (three times per degree of freedom) per frame. However, my code only seems to work 3 times per frame, and I don't know why that would be the case.