How ti implement a simple door

cebugdev
Posts: 15
Joined: Fri Nov 19, 2010 8:58 am

How ti implement a simple door

Post by cebugdev »

Hi,

I started learningbullet physics SDK.
How can i implement a simple door that when pushed it will open/close using bullet physics?
what type of hinge or constraints will i use?

thanks,
mi076
Posts: 144
Joined: Fri Aug 01, 2008 6:36 am
Location: Bonn, Germany

Re: How ti implement a simple door

Post by mi076 »

what type of hinge or constraints will i use?
hinge constraint :)
see Bullet_User_Manual.pdf and Constraint Demo..