sofa-framework / sofa

Real-time multi-physics simulation with an emphasis on medical simulation.
https://www.sofa-framework.org
GNU Lesser General Public License v2.1
934 stars 312 forks source link

[GL.Component] Fix min max computation in DataDisplay #5120

Closed alxbilger closed 1 week ago

alxbilger commented 1 week ago

Only positive values would keep min to 0, so it needs to be set to the highest possible value.


By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).


Reviewers will merge this pull-request only if