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 22:04, 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