Z Sorting Issues Solved in AR!!

Notice the weird triangles on the flattened box. This is Bad Z Sorting.
This is the same box with the QuadrantRenderEngine, notice the perfect Z sorting on the box.
I figured out how to fix the Z-Sorting issues in the AR i made. I was learning more Papervision3d today and I was browsing through the documentation and stumbled across this:

http://papervision3d.googlecode.com/svn/trunk/as3/trunk/docs/org/papervision3d/render/QuadrantRenderEngine.html

I did some more googling and found this guy: http://blog.zupko.info/?p=177

He has an awesome little demo showing the QuadrantRenderEngine here: http://lab.zupko.info/quadtree/

So I did some editing to the code for my augmented reality and fixed the mangled intersecting faces of my models.

I have more info about Augmented Reality at:

http://ar.benjones.us



Leave a Reply

Your email address will not be published. Required fields are marked *