Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' of ssh://[email protected]/harism/andro…
Browse files Browse the repository at this point in the history
…id_page_curl.git
  • Loading branch information
harism committed May 10, 2011
2 parents 2df6796 + 4809cb3 commit b5e2993
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 b5e2993

Please sign in to comment.