Hi all,
Got a strange issue that I do not understand ... everything is fine on flash but got an error on AIR3 ( Beta 2 )
TypeError: Error #1034: Type Coercion failed: cannot convert away3d.primitives::Sphere@478e661 to away3d.containers.ObjectContainer3D.
The error is fired when I try to add the Sphere object to a container ( ObjectContainer3D ).
_container.addChild(mysphere);
any idea ??
Regards,