# 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="physics/static-objects" %}
[static-objects](https://help.manu.co/learn/manual/physics/static-objects)
{% endcontent-ref %}

{% content-ref url="physics/dynamic-objects" %}
[dynamic-objects](https://help.manu.co/learn/manual/physics/dynamic-objects)
{% endcontent-ref %}

{% content-ref url="physics/kinematic-objects" %}
[kinematic-objects](https://help.manu.co/learn/manual/physics/kinematic-objects)
{% endcontent-ref %}

{% content-ref url="physics/ghost-objects" %}
[ghost-objects](https://help.manu.co/learn/manual/physics/ghost-objects)
{% endcontent-ref %}
