From 59355909f2de9236af8168a26c70bcf6caa3b285 Mon Sep 17 00:00:00 2001 From: Elvis Claros Castro Date: Sat, 26 Sep 2026 20:21:47 -0300 Subject: Import video pipeline as it was --- godot/project.godot | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 godot/project.godot (limited to 'godot/project.godot') diff --git a/godot/project.godot b/godot/project.godot new file mode 100644 index 0000000..c45c053 --- /dev/null +++ b/godot/project.godot @@ -0,0 +1,13 @@ +; Simulador de fisica del canal: carga un .glb disenado en Blender, arma los +; cuerpos rigidos segun el prefijo de cada objeto y graba las trayectorias. +config_version=5 + +[application] +config/name="fisica-videos" +run/main_scene="res://sim.tscn" + +[physics] +3d/physics_engine="Jolt Physics" +common/physics_ticks_per_second=240 +common/max_physics_steps_per_frame=1 +common/physics_jitter_fix=0.0 -- cgit v1.2.3