How do I get the 2D screen coordinates of a 3D object when using Papervision 2.0 (Great White)? I've read that following properties should return the screen coords but these always return 0.
myDisplayObject3D.screen.x
myDisplayObject3D.screen.y
I've also tried setting:
myDisplayObject3D.autoCalcScreenCoords = true;
But this has no effect. Any help would be appreciated.