How to implement interactive 3D objects for game level editor?
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
13:23 UTC
Read the original article
Hit count: 377
directx
|mouse-picking
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