Search found 5 matches

by wuallen
Tue Jan 04, 2011 9:55 am
Forum: General Bullet Physics Support and Feedback
Topic: Simulating limb movement
Replies: 3
Views: 3628

Re: Simulating limb movement

rlm = g6dc1.getRotationalLimitMotor(1); rlm.enableMotor=true; rlm.maxMotorForce=10000.0f; float[] axisVec = {0.0f, 1.0f, 0.0f}; rlm.solveAngularLimits(10.0f, new Vector3f(axisVec), 1000.0f, fallRigidBodies.get(0), fallRigidBodies.get(1)); you need to set "getRotationalLimitMotor(0)->m_targetVe...
by wuallen
Fri Oct 17, 2008 5:15 am
Forum: General Bullet Physics Support and Feedback
Topic: character move on stairs?
Replies: 6
Views: 8974

Re: character move on stairs?

sorry for replying this post, it is a little old.

I want to say that it is time to implement the IK effect, I can't wait any more.
by wuallen
Tue Jul 29, 2008 3:47 am
Forum: General Bullet Physics Support and Feedback
Topic: Using Bullet 2.69 with VS2008 (v9)
Replies: 12
Views: 8028

Re: Using Bullet 2.69 with VS2008 (v9)

I download again, it is ok. I don't know why, may be I get some virus in my computer. But I can't solve the low performance issue. I get a demo program, it works very well, the FPS almost is beyond 200, but my program only get lower than 10 FPS. Some one say there is a patch for Bullet, I will try t...
by wuallen
Sun Jul 27, 2008 8:46 am
Forum: General Bullet Physics Support and Feedback
Topic: Using Bullet 2.69 with VS2008 (v9)
Replies: 12
Views: 8028

Re: Using Bullet 2.69 with VS2008 (v9)

It is not so easy like you said. I use visual studio 2008 too. But when I compiled bullet 2.69, there was a error : can't find SpuConvexPenetrationDepthSolver.h, I find a file named SpuConvexPenetrationDepthSolver.h0000644, and I removed '0000644' , then it is compiled successfully. the biggest prob...
by wuallen
Sun Jul 27, 2008 8:35 am
Forum: General Bullet Physics Support and Feedback
Topic: Simple Help?!?
Replies: 3
Views: 17559

Re: Simple Help?!?

It is not so easy like you said. I use visual studio 2008 too. But when I compiled bullet 2.69, there was a error : can't find SpuConvexPenetrationDepthSolver.h, I find a file named SpuConvexPenetrationDepthSolver.h0000644, and I removed '0000644' , then it is compiled successfully. the biggest prob...