如何为在OpenGL中绘制的圆圈设置动画?

时间:2012-01-03 15:11:50

标签: iphone animation opengl-es popup scale

我通过drawRect函数在视图中绘制了几个圆圈。

我希望弹出我的圈子(缩放到1.2 - >缩放到1.0)

我过去曾使用过coreanimation,但使用OpenGL会有不同的功能。

这是我的代码的一个信息,我在视图中画了一个圆圈:

//calling draw function
CGContextRef contextRef = UIGraphicsGetCurrentContext();
//setting a specific fill color
CGContextSetRGBFillColor(contextRef, 0.0, 255.0, 0.0, 1.0);
//drawing the circle with a specific height, weight and x,y location
CGContextFillEllipseInRect(contextRef, CGRectMake(30 ,30, 20,20));

如何为这个圈子设置“弹出”的动画。

1 个答案:

答案 0 :(得分:0)

“弹出”并没有告诉我那么多。 如果你想让它从小到大修改rect的宽度和高度。使用全局int变量