Re: QuickTime Animation Rendering

2009-08-28 Thread Kevin Cathey
You might be able to get more help on the quartz-dev mailing list. Kevin On 28 Aug 2009, at 02:32, Jean-Daniel Dupas wrote: Le 28 août 2009 à 03:31, Kevin Cathey a écrit : (1) Is there a way for me to create the animations with CoreAnimation Layers (CALayer and sublayers) and simply tell

Re: QuickTime Animation Rendering

2009-08-28 Thread Jean-Daniel Dupas
Le 28 août 2009 à 03:31, Kevin Cathey a écrit : (1) Is there a way for me to create the animations with CoreAnimation Layers (CALayer and sublayers) and simply tell some object to write to file? If so, how? Yes, check out CARenderer. This will require some knowledge of OpenGL to do it com

Re: QuickTime Animation Rendering

2009-08-27 Thread Kevin Cathey
(1) Is there a way for me to create the animations with CoreAnimation Layers (CALayer and sublayers) and simply tell some object to write to file? If so, how? Yes, check out CARenderer. This will require some knowledge of OpenGL to do it completely correctly. See rendering to a framebuffer: