I am trying to make a car from physics Vehicle class JCar in JigLibFlash .The only examples I have found are of pv3d . I am trying to convert this code into away3d but in vain ... For example Collada Class in pv3d has a method getElementByName whereas Collada of Away 3d has not and because of this it seems impossible to process this code as one needs to access nested parts of the imported model Here is the code of the Car in PV3D:
http://code.google.com/p/jiglibflash/source/browse/trunk/fp9/examples/papervision3d/CarDrive.as
