tiagopadua / bigblock

Javascript game engine
3 stars 0 forks source link

Fix transparency order #23

Open tiagopadua opened 9 years ago

tiagopadua commented 9 years ago

Within an object, find a way to fix the order of the triangles - first the further away, last the closest to the camera.

Not necessary to compute on each fragment, because the transparent triangles don't cross each other.