Hi, I am currently working on a 3D version of OpenScales, an Open Source AS3/Flex mapping viewer (http://openscales.org/, demo on http://openscales.org/openscales-snapshot.swf) and we have begin to do some testing with Away 3D Lite.
To start, we just want to be able to display our map on a Plane 3D element that we could rotate as we want. I have successfully made a first prototype where I update the Plane materiel with a BitmapData created from my map every 0.5 seconds. it works but this is not very effecient ! I would like to make this in a cleaner way (directly draw on the 3d objects my images or vector datas. We currently use classical Bitmap and graphics Flash API. What is the right way to do this with Away 3D lite ? Thanks for your help.
