cocos2d-iphone  2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
CCPageTurn3D Class Reference

#import <CCActionPageTurn3D.h>

+ Inheritance diagram for CCPageTurn3D:
+ Collaboration diagram for CCPageTurn3D:

List of all members.

Public Member Functions

(void) - update:

Detailed Description

This action simulates a page turn from the bottom right hand corner of the screen It's not much use by itself but is used by the PageTurnTransition.

Based on an original paper by L Hong et al. http://www.parc.com/publication/1638/turning-pages-of-3d-electronic-books.html

Since:
v0.8.2

Member Function Documentation

- (void) update: (ccTime time

called once per frame. time a value between 0 and 1 For example:

  • 0 means that the action just started
  • 0.5 means that the action is in the middle
  • 1 means that the action is over

Implements CCAction.


The documentation for this class was generated from the following file: