Ignore:
Timestamp:
Aug 25, 2012, 7:21:55 PM (11 years ago)
Author:
touky
Message:

BulletCharacterController is now readable by a human being.
BtPhysTest now implements it with the BtKineCC logic -just modify that now-.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Physics/Include/EasyCharacterController.h

    r1795 r1819  
    2424#include "core.h"
    2525#include "EasyPhysics.h"
     26#include "BulletCharacterController.h"
    2627#include <BulletDynamics/Character/btKinematicCharacterController.h>
    2728#endif
     
    8384
    8485        btPairCachingGhostObject*               m_pair_caching_object;
    85         btKinematicCharacterController* m_character;
     86        //btKinematicCharacterController*       m_character;
     87        BulletKinematicCharacterController* m_character;
    8688
    8789        float                                                   m_step_height;
Note: See TracChangeset for help on using the changeset viewer.