So, I just made an indoor model with Sketchup, exported it to 3DS, then textured it using Blender (and UVmaps), exported again to 3DS and then I used PREFAB3D to export it as Away3D 4.1 ActionScript class.
It all works fine, I can create an instance of the class and get it into the away3dView which shares the context with Starling framework.
The problem is that when I attach an eventlistener to my class, or any of its meshes, the TransformGestureEvent doesn’t get fired (a Zoom gesture for instance).
Can someone please tell me what’s the approach to receive transformgestureevents from prefab3d generated classes?
thanks in advance!