chore: rework vertical stacks demo

This commit is contained in:
Sébastien Crozet
2024-04-14 18:59:08 +02:00
committed by Sébastien Crozet
parent 2f1ce1887f
commit de5e871cd1
3 changed files with 28 additions and 17 deletions

View File

@@ -1,6 +1,8 @@
use crate::math::Real;
use std::num::NonZeroUsize;
// TODO: enabling the block solver in 3d introduces a lot of jitters in
// the 3D domino demo. So for now we dont enable it in 3D.
pub(crate) static BLOCK_SOLVER_ENABLED: bool = cfg!(feature = "dim2");
pub(crate) static DISABLE_FRICTION_LIMIT_REAPPLY: bool = false;