How to implement 3D model interaction like 3D max or other game editors?
- by Rushi
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..?