From: Sean A. <ah...@or...> - 2008-06-04 13:13:21
|
Won J Jeon wrote: > I have a question for your regarding general OpenGL related issues. When > a 3D rendering application runs and OpenGL calls are captured by > GLIntercept, can we distinguish camera-related operations from > model-related ones? I'm wondering if we could separate them so that we > could have separate steps for the whole rendering process (e.g., first, > model construction and second, camera/view change & projection). You can capture every single OpenGL call, so if your code can make a determination from that, you're good to go. -Sean __ Sean Ahern Oak Ridge National Laboratory AIM: ornlsean 865-241-3748 |