Deltatime Documentation Inaccuracy #750
Labels
docs
Improvements or additions to documentation
good first issue
Good for newcomers
p1-chore
Doesn't change end-user code behavior (priority)
PR welcome
Describe the bug
In the docs, delta is described as milliseconds from last frame, which is inaccurate since under the hood it uses Clock.deltaTime() which is in seconds.
Reproduction
https://stackblitz.com/edit/tresjs-minimal-reproduction-tuauqe?file=src%2Fcomponents%2FTheExperience.vue
Steps to reproduce
Just use the useLoop function as described in the documentation
System Info
Used Package Manager
pnpm
Code of Conduct
The text was updated successfully, but these errors were encountered: