Difference between revisions of "Physics"

From JPCT
Jump to: navigation, search
(Created page with '=== Physics === Apart from the methods for Collision Detection , there's no real support for physics in jPCT. But you can use [http://jbullet.advel.cz/ JBullet] for example...')
 
Line 1: Line 1:
 
=== Physics ===
 
=== Physics ===
  
Apart from the methods for [[ Collision Detection ]], there's no real support for physics in jPCT. But you can use [http://jbullet.advel.cz/ JBullet] for example or any other physics library out there.
+
Apart from the methods for [[ Collision detection ]], there's no real support for physics in jPCT. But you can use [http://jbullet.advel.cz/ JBullet] for example or any other physics library out there.
 
There is a demo that shows JBullet in combination with jPCT on the demos page, but it's really a hack to make the JBullet example work with jPCT at a minimum effort. I think that some sources for this can be found in the forum.
 
There is a demo that shows JBullet in combination with jPCT on the demos page, but it's really a hack to make the JBullet example work with jPCT at a minimum effort. I think that some sources for this can be found in the forum.

Revision as of 21:52, 6 June 2009

Physics

Apart from the methods for Collision detection , there's no real support for physics in jPCT. But you can use JBullet for example or any other physics library out there. There is a demo that shows JBullet in combination with jPCT on the demos page, but it's really a hack to make the JBullet example work with jPCT at a minimum effort. I think that some sources for this can be found in the forum.