Hello. I’m trying to make my own logo with back culling of faces and checked this tutorial:
http://www.kirupa.com/developer/actionscript/solid_pyramids.htm
the code should generate two different pyramids using two different ways to hide back faces… the problem is that it really generates only one (the one which uses the swapdepths system) while the one which uses the ifvisiblebetween system doesn’t show up. Can anyone find the bug in the code? I need to use the ifvisiblebetween system in my own code but nothing shows up.