mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
22 lines
492 B
Markdown
22 lines
492 B
Markdown
|
# 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: GLES 2
|
||
|
|
||
|
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/675
|
||
|
|
||
|
## Screenshots
|
||
|
|
||
|
![Screenshot](screenshots/screenshot.png)
|