Search found 5 matches

by nuc_lear
Tue Jan 25, 2011 10:23 pm
Forum: Beginners Help
Topic: how to handle camera ( from external input device )
Replies: 3
Views: 340

I solved the problem with system's mouse and keyboard event simulate functions :)
( keybd_event(VkKeyScan('W'),0x9e,0,0); )
by nuc_lear
Mon Jan 24, 2011 10:45 pm
Forum: Beginners Help
Topic: how to handle camera ( from external input device )
Replies: 3
Views: 340

Actually my question is : how can i handle the camera like keyboard from my external input device( glove with sensors ) which sends rotate and move values..? @lazerblade thank for reply.The code below solves the WASD. SKeyMap keyMap[10]; keyMap[0].Action = EKA_MOVE_FORWARD; keyMap[0].KeyCode = KEY_U...
by nuc_lear
Mon Jan 24, 2011 6:33 am
Forum: Beginners Help
Topic: how to handle camera ( from external input device )
Replies: 3
Views: 340

how to handle camera ( from external input device )

(SOLVED)

Irrlicht's examples' camera moves with left-up-right-down arrow key buttons and rotates.. with mouse.

How i can, move on( key W ), move back( S ), rotate right( D ) and rotate left( A ).I need only that four acts.
by nuc_lear
Fri Jan 21, 2011 4:08 pm
Forum: Project Announcements
Topic: irrBullet 0.1.8 - Bullet physics wrapper
Replies: 454
Views: 168373

Hi cobra, i have still link errors after adding the CExampleFramework header and implementation files.Are there anybody integrate with msvc 2008 and show how to do that?

cobra thanks for interest ;)