> For the complete documentation index, see [llms.txt](https://help.manu.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.manu.co/learn/manual/physics.md).

# Physics

## What Is Physics? <a href="#docs-internal-guid-be710f48-7fff-9768-8d94-ec0fc3f235ed" id="docs-internal-guid-be710f48-7fff-9768-8d94-ec0fc3f235ed"></a>

In 3D games, physics means using the laws of real world physics to make objects move and interact in a realistic way. For example, if your game character pushes a rock off a cliff, the rock will fall until it hits the ground. These laws are not hard coded, which means that you can change the values of certain physical parameters to build your own game mechanics. A common example is changing the amount of gravity present.

Depending on how you want your object to interact in your game, you can choose one of the following types of physics for it:

{% content-ref url="/pages/-MOadXVmEnPe82IY5DY-" %}
[Static Objects](/learn/manual/physics/static-objects.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOadx\_AepFLNyQyPofr" %}
[Dynamic Objects](/learn/manual/physics/dynamic-objects.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOae\_RKsX2vMJD3grW5" %}
[Kinematic Objects](/learn/manual/physics/kinematic-objects.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOaf-UCibpdplbZGvsT" %}
[Ghost Objects](/learn/manual/physics/ghost-objects.md)
{% endcontent-ref %}
