Search found 2 matches

by Neku
Wed Jul 26, 2006 1:55 am
Forum: Code Snippets
Topic: [C++] crouch ;)
Replies: 7
Views: 4104

stodge
Posted: Wed Jul 26, 2006 2:30 am Post subject:
And?
And ... Some poeple in beginer help ask about a croushing code ...
by Neku
Wed Jul 26, 2006 1:26 am
Forum: Code Snippets
Topic: [C++] crouch ;)
Replies: 7
Views: 4104

[C++] crouch ;)

This is my way to get crouch when you pressed C



//...
scene::ISceneNodeAnimatorCollisionResponse* anim =
smgr->createCollisionResponseAnimator(
selector, camera, core::vector3df(30,50,30),
core::vector3df(0,-1,0),
core::vector3df(0,10,0));
//...


//Sommes-nous accroupi ?
bool Crouch = false ...