Skip to content

Commit

Permalink
README.md updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
harism committed May 10, 2011
1 parent 71f47d3 commit 4809cb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ on using touch pressure information. If you go and call CurlView.setEnableTouchP
curl radius will be adjusted based on the touch pressure. The more you press, the smaller it gets.
Currently it's a vast one line 'hack', simply to show off it's there, mostly for experimenting,
but who knows. If someone takes the work and calibrates it properly it might turn out to something.
* Z-buffering, really, we don't need to do depth check giving us a minor performance boost.
* Lightning, it's a more of a trick we use here, leaving us with something very close to flat shading actually.
* Perspective projection. Since it's very much easier to map render target to screen size using
orthogonal projection it's used by default. For quick prototyping you can enable it though,
check USE_PERSPECTIVE_PROJECTION flag in CurlRenderer.

ToDo
====
Expand Down

0 comments on commit 4809cb3

Please sign in to comment.