Hi, I need to get the position and size of a 3D object so that I can overlay some text on it. I have found the following method in the away3D examples:
http://away3d.com/examples.php?example=203&_searchterm=; However the problem I have is that my scene contains many items, and as I have no way of getting the name or depth of the 3dObject I cannot access it. Surely there must be some way of accessing the parent container of any 3dObject. I know in Sandy you can simply call myObject.container. Any ideas?
