ActionScript Measuring 3D Depth

Posted by TheDarkIn1978 on Stack Overflow See other posts from Stack Overflow or by TheDarkIn1978
Published on 2010-06-06T17:51:21Z Indexed on 2010/06/07 1:52 UTC
Read the original article Hit count: 327

Filed under:
|
|

i'm having a difficult time understanding how to control the z property of display objects in a 3D space. i know how depth works, but what i don't understand is how i can get the maximum depth, or the number at which the display object just disappears into the background.

i assume depth is based on the stage's width and height, and that is why assigning the same depth of the same display object appars mismatched with different stage sizes.

so how can i appropriately measure depth?

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about 3d