Difference between revisions of "ReactPhysics3D"

From GiderosMobile
Line 6: Line 6:
 
=== Description ===
 
=== Description ===
 
ReactPhysics3D is an open source 3D physics and collision engine [[https://www.reactphysics3d.com/ React Physics 3D home page]].
 
ReactPhysics3D is an open source 3D physics and collision engine [[https://www.reactphysics3d.com/ React Physics 3D home page]].
 +
 +
Basically you:
 +
# create the 3d world
 +
# create your body
 +
# define the shape of your body
 +
# add the fixture
 +
# add joints (optional)
  
 
=== Classes ===
 
=== Classes ===

Revision as of 22:31, 18 February 2020

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.png
Available since: Gideros 2019.10

Description

ReactPhysics3D is an open source 3D physics and collision engine [React Physics 3D home page].

Basically you:

  1. create the 3d world
  2. create your body
  3. define the shape of your body
  4. add the fixture
  5. add joints (optional)

Classes