Physics
Key Concepts
In your 3D world, you may want to simulate physical behavior and physical interactions between objects.
Rigidbody Physics
There are different kinds of physics bodies you can create in 3dverse: static body, rigid body, and kinematic rigid body.
Character Controller
A character controller is a special type of physics body that uses its own collision resolution which is geared for user-controlled characters.
Physics Based Events
Physics Based Events can be listened to client-side in the JS code of your application, or server-side in a script.
Joints
Joints constrain the way two physics bodies move relative to one another. A typical use for a joint would be to model a door hinge or a robotic arm.
Advanced Settings
Contact Modification, Physics Settings, and more.