tomgupper
10-28-2007, 02:41 AM
I'm working on a visualisation creation tool at the moment. It has multiple visual presets in it. When the user loads another preset, I'd like the two presets to 'blend' into eachother, or at least for the previous preset to fade out.
I'm working in processing, and they've got a saveFrame() function which saves an image of the current stage. I can then apply that to QUADs and fade it out. That works fine, but it's quite slow.
I was hoping there was an opengl alternative that might be faster ?
Essentially what I'd like to be able to do is :
-Save/record a shot of the current screen layout.
-Display that saved record, and fade it out.
Any suggestions ?
I'm working in processing, and they've got a saveFrame() function which saves an image of the current stage. I can then apply that to QUADs and fade it out. That works fine, but it's quite slow.
I was hoping there was an opengl alternative that might be faster ?
Essentially what I'd like to be able to do is :
-Save/record a shot of the current screen layout.
-Display that saved record, and fade it out.
Any suggestions ?