private function meh(e:MouseEvent3D):void
{
trace(FaceVO(e.elementVO).face)
}
- [away3d] How to get the triangle clicked by mouse on a mesh? Alex
- Re: [away3d] How to get the triangle clicked by mouse on... John Brookes
private function meh(e:MouseEvent3D):void
{
trace(FaceVO(e.elementVO).face)
}