Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 559 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Disabling physx force by other rigids #467558
08/12/17 13:38
08/12/17 13:38
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline OP
Serious User
Reconnoiter  Offline OP
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Howdy,

I have a problem with physx in my game that items fall through ground when an object (like an actor or crate) moves against them, probably because the items are to small (though lowering ph_check_distance doesn't seem to fix this). However if the items fall because of gravity, than this doesn't happen. So I was wondering if there is a flag that lets the items ignore pushes from other rigid objects but still lets them be impacted by gravity and bounce effects etc. Anyone know how this can be achieved?

Re: Disabling physx force by other rigids [Re: Reconnoiter] #467567
08/13/17 08:18
08/13/17 08:18
Joined: Jun 2007
Posts: 1,337
Hiporope and its pain
txesmi Offline
Serious User
txesmi  Offline
Serious User

Joined: Jun 2007
Posts: 1,337
Hiporope and its pain
Hi,
I once had a similar problem (there was no player pushing things) and minimizad it (it was not really 100% soluted) increasing the physX step rate (fps_max*2) and iterations (128). Continuous collisions were activated, of course.

Salud!

Re: Disabling physx force by other rigids [Re: txesmi] #467568
08/13/17 12:09
08/13/17 12:09
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline OP
Serious User
Reconnoiter  Offline OP
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Hey,

Thanks for the suggestion, I tried it though I still have the same problem. I did found out that freezing the rotation mostly removes the problem so that atleast something laugh
pXent_setbodyflag (my, NX_BF_FROZEN_ROT, 1);


Gamestudio download | chip programmers | 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