How to implement 3D model interaction like 3D max or other game editors?

Posted by Rushi on Stack Overflow See other posts from Stack Overflow or by Rushi
Published on 2010-04-04T07:54:24Z Indexed on 2010/04/04 8:03 UTC
Read the original article Hit count: 419

Filed under:
|

I am developing game editor.To detect mouse hit on 3D model I am using mouse picking concept. But I want to give interactive arrows functionality like other game editor with actual arrows at the center of model in three direction. How to achieve this..?

© Stack Overflow or respective owner

Related posts about directx

Related posts about mouse-picking