# Physics and Framerates

Depence features a real-time physics engine for fluid dynamics, which highly depends on the current render framerate.

The calculation of fluid dynamics takes several parameters into account. The amount of particles at a given position is also very important for density and pressure calculation.

While only a solid number of particles can be emitted per frame it is therefore essential to keep the framerate as constant as possible, otherwise, these calculations would no longer work as expected.

{% hint style="info" %}
The engine was optimized for a framerate of 60fps, which should be always the target framerate for animations.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help3.depence.com/depence-rendering/depence-video-rendering/depence-physics-and-framerates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
