Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Render an animation in a bitmap file (CARenderer)



Hi,

I'd like to render a CALayer animation in a series of bitmap files rather that in an NSView.

I've succeeded  in rendering 1 frame in a bitmap file by :
- creating a NSOpenGLContext
- creating a CARenderer (named renderer)
- calling the following code:

[renderer beginFrameAtTime:0.0 timeStamp:NULL];
[renderer addUpdateRect:CGRectMake(0.0, 0.0, _width, _height)];
[renderer render];
[renderer endFrame];

- saving the content of the context in a bitmap file

Now I'd like to do the same thing for each frame of an animation. But I have absolutely no idea on how to do this...
- at what point in the code should I add the animation to the layer?
- I've tried different values for the first argument of beginFrameAtTime:timeStamp:, but only the 1st frame is rendered?
- why does [renderer nextFrameTime] always return "inf"?


Thanks,
-Martin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartz-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartz-dev/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.