mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 06:09:46 +03:00
* General proofreading for grammar and spelling * General formatting * Addition of appropriate literals where appropriate, i.e. `&"foo"` for `StringName` cases and `^"foo/bar"` for `NodePath` cases
3D Physics Tests
This demo contains a series of tests for the 3D physics engine.
They can be used for different purposes:
- Functional tests to check for regressions and compare the behavior between physics engines
- Performance tests to evaluate and compare performance between physics engines
Language: GDScript
Renderer: Forward+
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2747
