About Store Forum Documentation Contact



Post Reply 
Physics - Get wheel compression in a given instant
Author Message
cat555 Offline
Member

Post: #1
Physics - Get wheel compression in a given instant
Not sure if PhysX allow this directly since i don't know very well the API, but if PhysX API allow to return this value, can it be added to Esenthel?

For example a method such wheelCompression(WHEEL_TYPE wheel), inline with other methods such as the existing wheelLatSlip (WHEEL_TYPE wheel)...

This method will allow to solve this issue referred here - http://www.esenthel.com/community/showth...1#pid35021

Thanks!
08-28-2014 05:19 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Physics - Get wheel compression in a given instant
next release will have this:
-Vehicle and SimpleVehicle classes now have a new method 'flt wheelCompress(wheel)' allowing to get wheel suspension compression
08-29-2014 06:16 AM
Find all posts by this user Quote this message in a reply
cat555 Offline
Member

Post: #3
RE: Physics - Get wheel compression in a given instant
Hi @Esenthel, thanks for your effort to get this done that quick smile

Regards,
08-29-2014 11:08 AM
Find all posts by this user Quote this message in a reply
Post Reply