Hi Can anyone tell me if this should work?
<cube instance>.faces[0].material =<BitmapMaterial instance> Trying to simply apply some bitmapdata to the face of a cube in Away3DLite...doesn't work for me. I've already defined a BitmapMaterial instance, passing bitmapData in the constructor. Any help appreciated!