Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,449 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: Spheres hurled off of map entity edges in Phys [Re: Joey] #126769
05/10/07 21:38
05/10/07 21:38
Joined: Aug 2002
Posts: 681
Massachusetts, USA
Ichiro Offline OP
User
Ichiro  Offline OP
User

Joined: Aug 2002
Posts: 681
Massachusetts, USA
Thanks for the suggestions, guys. Ultimately, I think this is a flaw in the physics simulation -- I ran further tests, and it's possible to get the ball flying at ridiculous speeds. If that ball is the only thing moving, it shouldn't be possible for |v(final)| to be greater than |v(initial)|... unless the mass of the ball is being converted into kinetic energy (E=MC^2 after all ).

I *think* I just need to go with a system of c_move()s. Alas!


Dejobaan Games - Bringing you quality video games for over 75 years.
Re: Spheres hurled off of map entity edges in Phys [Re: Ichiro] #126770
05/11/07 09:11
05/11/07 09:11
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
It is certainly a flaw in the physics simulation, but when you use a physics engine you just have to deal with such flaws. ODE uses a numerical approximation, which results in such a behavior - called an "explosion" - if parameters are outside its usual range. It's certainly possible to fix this, by adjusting the ball's physical properties as suggested here.

Re: Spheres hurled off of map entity edges in Phys [Re: jcl] #126771
05/11/07 16:08
05/11/07 16:08
Joined: Aug 2002
Posts: 681
Massachusetts, USA
Ichiro Offline OP
User
Ichiro  Offline OP
User

Joined: Aug 2002
Posts: 681
Massachusetts, USA
Yeah; I've been mucking with gravity, elasticity, check distance, fps lock, sexiness, mass, etc. I just haven't been able to find any parameters that work for me. Has anyone else run into this problem (rolling sphere) and managed to solve it?


Dejobaan Games - Bringing you quality video games for over 75 years.
Page 2 of 2 1 2

Moderated by  old_bill, Tobias 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1