-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix logging in SparseLDLSolver and update gravity in tutorial
- Disabled `printLog` in `SparseLDLSolver` within `header.py` for cleaner output. - Set `root_node.gravity` to `[0, -9.81, 0]` in `tuto_5.py` for realistic gravitational effect. - Added flexibility in constraint setup for `cable_node` by introducing `is_constrained` parameter. - Included missing `return root_node` statement to ensure complete scene creation in `createScene()`.
- Loading branch information
1 parent
07fa31e
commit 8f54ed3
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters