Page 1 of 1

Physic engine

PostPosted: Friday, 28.June 2013, 17:48
by ikam
Hi all

I'm currently integrating a physic engine inside wz4.

After many tests (thanks Skinnytorus), the first part (rigid bodies integration) is done.
It needs some better tweaks and fix for small bugs but essential is here.

Here the beta in wait of the final release with updated player. Have fun ;)

Image

v072:
- support joints to constrains actors to move relative to others
- player updated

v064:
- New mode to build rigidbody (from mesh vertices)
- New simulation time mode
- Restructure parameters
- New sleep mode for rigidbody
- Physic simulation will now restart with F6

v055 :
- fix crash when rigidbody have a null render op instead of a mesh (to simulate invisible colliders)
- fix maxangular velocity default value to 7 and min value to 0 (negative value cause a crash)
- fix bug of missing colliders when added by Add operator (collider)

v054 :
- fix bug with cumulated forces of rigidbody op (cumulation is now relative to time and no more by fps)
- fix bug of unwanted offset with multiply op

v052
- add lightenv parameter for physxop and fixed bug with shadows of directionnal lights

Re: [WIP] Physic engine

PostPosted: Friday, 28.June 2013, 20:39
by Skinnytorus
Oh, yeah! That's BIG! Great many thanks!!! \:D/
I will revert with comments! :)

Re: [WIP] Physic engine

PostPosted: Wednesday, 03.July 2013, 23:07
by nikitos75
So cool! When you'll planning relise with phisycal player?

Re: [WIP] Physic engine

PostPosted: Thursday, 04.July 2013, 21:39
by ikam
soon. when all will be stable and debugged.

Re: [WIP] Physic engine

PostPosted: Friday, 05.July 2013, 10:42
by ikam
updated to version 064

Re: [WIP] Physic engine

PostPosted: Friday, 05.July 2013, 19:34
by Skinnytorus
Congrats! =D>

Re: [WIP] Physic engine

PostPosted: Thursday, 11.July 2013, 08:13
by jack-3d^AWY
:shock: wow

Re: [WIP] Physic engine

PostPosted: Thursday, 11.July 2013, 16:00
by ikam
updated version with joints features support and updated player to support physx operators.
it is now merged in personnal edition, see related post.

note : I deleted previous beta binary and example file in this post as they are no longer valid...