I am using Away3D 4.1.0. The uv property on MouseEvent3D is incorrect. The x value is correct between 0-1 however the y value is always 1.
I am using:
view.mousePicker = PickingType.RAYCAST_BEST_HIT;
mesh.pickingCollider = PickingColliderType.AS3_BEST_HIT;