Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve computation time on the SOFA scene #1

Open
2 of 7 tasks
bakpaul opened this issue Oct 18, 2023 · 0 comments
Open
2 of 7 tasks

Improve computation time on the SOFA scene #1

bakpaul opened this issue Oct 18, 2023 · 0 comments

Comments

@bakpaul
Copy link
Owner

bakpaul commented Oct 18, 2023

The scene Experimental/newSofaMain_v0.2.scn requires a bit of optimization to run smoothly on any middle range computer (>=40 FPS). This issue's goal is to give ideas on how to improve them.

Here is a first list

  • Use Asynch LDL solver on the logo
    • Bad idea, not stable with user interaction
  • Remesh the logo
  • Remesh the O collision model
  • Use unbuilt GS
    • Unstable and unfit to use with LinearSolverConstraintCorrection
  • Use a centerline as collision model for one or several objects
  • Decrease the number of sphere collision ( < nb dofs)
  • Add topological change (possibly using the TopologicalChangeProcessor)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant