Difference between revisions of "ReactPhysics3D"

From GiderosMobile
Line 8: Line 8:
  
 
Basically you:
 
Basically you:
# create the 3d world
+
# '''create the 3d world'''
# create your body
+
# '''create your body'''
# define the shape of your body
+
# '''define the shape of your body'''
# add the fixture
+
# '''add the fixture'''
# add joints (optional)
+
# '''add joints (optional)'''
  
 
=== Classes ===
 
=== Classes ===

Revision as of 23:04, 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