
Thanks to Andy needing some help on a project, I was able to spend some quality time on Xray to fix a bug and enhance it to work with rawChildren containers in flex. Above is a picture of the contents of rawChildren object in flex and a Papervision3D BasicView object highlighted. I’m able to go from that point into the BasicView and see all the Papervision3D goodness
I had to rework a few things to accomodate rawChildren types of objects, but in doing so, I made it more modular so to speak, in terms of the underlying code. It’s been a struggle to not have to create copies of code that do nearly the same thing with slight tweaks for Flex. So far so good.
NOTE: I’ve finally changed the package and name of Flex2Xray. I’ve basically dropped the “2″ in the folder name and the class.
So now we have:
com.blitzagency.xray.inspector.flex.FlexXray;
var xray:FlexXray = new FlexXray();
again, with the flex version, you don’t have to add it to stage since it has access to the Application object.



