简体   繁体   中英

Farseer Physics Engine - Body won't go past certain speed no matter the impulse applied

Hello I'm relatively new to farseer engine, which i'm currently trying to integrate with my own. I decided to test a few things, saw the samples, but there's is definitely something wrong about what i'm doing, even though I can't see what is wrong.

I just added a Body to the World , and called ApplyLinearImpulse(new Vector2(200f,0))

Then I tried higher numbers, but the speed remained the same. Is there a limit for that ? What is happening ?

I'll give more details if needed, but I'm guessing it's something very noobish I missed.

Thanks in advance !

Your value seems way to big for Farseer. Are you using ConvertUnits in your code? Look at this blog .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM