space

rawChildren

I’ve been doing some experimenting with papervision 3d (finally) and ran into the problem of how to integrate pv3d into flex. My good friend google led me to Pek Pongpaet’s – hacks of all trades who seems to have solved this some time ago. But, I think I can add something to this.

rawChildren gives access to all of the display objects of a flex container. Items in the rawChildren only need to extend DisplayObject (as familiar with the display list) and do not have to implement the IUIComponent interface as expected in Flex…


viewport = new Viewport3D();
canvasPv3D.rawChildren.addChild( viewport );

Leave a Reply

*