Skip to content

Commit

Permalink
Comments added.
Browse files Browse the repository at this point in the history
  • Loading branch information
harism committed May 10, 2011
1 parent bc5490c commit e4c8df2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fi/harism/curl/CurlRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@
*/
public class CurlRenderer implements GLSurfaceView.Renderer {

// Constants for changing view mode.
public static final int SHOW_ONE_PAGE = 1;
public static final int SHOW_TWO_PAGES = 2;
private int mViewMode = SHOW_ONE_PAGE;

// Constant for requesting left page rect.
public static final int PAGE_LEFT = 1;
// Constant for requesting right page rect.
public static final int PAGE_RIGHT = 2;

// Set to true for checking quickly how perspective projection looks.
private static final boolean USE_PERSPECTIVE_PROJECTION = false;

// Rect for render area.
Expand Down

0 comments on commit e4c8df2

Please sign in to comment.