Search found 4 matches

by lukluk
Wed Mar 21, 2007 9:08 pm
Forum: Beginners Help
Topic: Movement HELP
Replies: 8
Views: 631

@up thanks man but i cant compile WoW movements :/ i have error @topic where i can put this code : #define RUN_SPEED 10 void Controls::keyDown(int key, bool b) { keysDown[key] = b; } void Controls::movementUpdate(void) { vector3df moveLoc; vector3df ax1; vector3df ax2; if(keysDown[KEY_KEY_W] &&a...
by lukluk
Wed Mar 21, 2007 8:47 pm
Forum: Code Snippets
Topic: (C++) WoW style custom controls with camera and more
Replies: 36
Views: 27251

Help i cant compile that :/ i have error HELP !
by lukluk
Tue Mar 20, 2007 6:44 pm
Forum: Beginners Help
Topic: Movement HELP
Replies: 8
Views: 631

of course i want create third person like WoW camera
by lukluk
Mon Mar 19, 2007 9:29 pm
Forum: Beginners Help
Topic: Movement HELP
Replies: 8
Views: 631

Movement HELP

Can someone create for me a sample source for player movement(camera follow player) my englisch ist no good and i cant understand tutorial in this site :/ HELP