apply force to object for physics simulation

Hi,

I was wondering if it is possible in Panda 3D to specify a certain force (with direction, magnitude and duration) that applies to an object on certain contact point?

Thanks a lot!

of course you can. Panda3D supports ODE physics, Bullet Physics, Nvidia Physics etc.
but you have to learn how to use the APIs provided by Panda3D, by reading “manual” and “reference”.