Added a mesh sorting and blending example 96/38696/5
authorDavid Steele <david.steele@partner.samsung.com>
Fri, 24 Apr 2015 16:12:51 +0000 (17:12 +0100)
committerDavid Steele <david.steele@partner.samsung.com>
Thu, 21 May 2015 17:22:17 +0000 (18:22 +0100)
commit6359e2a9a75350ffbed54c75f6d4480abfe13ec1
treea2dfb246fed4459aa1f44d41a649b2d558b9cc86
parentbda3e2def06ef74d4d7a82ef0fdc66be74098fd1
Added a mesh sorting and blending example

Displays 6 actors with different materials, alternating
opaque and transparent actors.
Actor 5 has the same material as Actor 1.

Clicking an actor will change it's depth index ( > value means drawn later )
Clicking outside the actors will change the Z values of all the actors

Change-Id: I37640dcbc98774e86948f6c26d7e6718ebb00a6b
Signed-off-by: David Steele <david.steele@partner.samsung.com>
examples/mesh-sorting/mesh-sorting-example.cpp [new file with mode: 0644]