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 21:31, 18 February 2020
Supported platforms: ![]()
![]()
![]()
![]()
![]()
![]()
![]()
Available since: Gideros 2019.10
Description
ReactPhysics3D is an open source 3D physics and collision engine [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