You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the simulation status is displayed as a number e.g.
which is not very useful as the simulation status is a bit-field. It would be much more useful to list the set states (Overlay, Simulation, etc.). If that takes to much space then maybe show them on mouse-over or smth like that.
The text was updated successfully, but these errors were encountered:
which is not very useful as the simulation status is a bit-field. It would be much more useful to list the set states (Overlay, Simulation, etc.). If that takes to much space then maybe show them on mouse-over or smth like that.
Hi @Zehvogel, #59 is about showing more information about any object when mouse over. So, in this commit, it is also showing the SimulationStatus from the MCParticle. It will show the state according to this file, and in case the value isn't in the file, the number is shown instead.
At the moment the simulation status is displayed as a number e.g.
which is not very useful as the simulation status is a bit-field. It would be much more useful to list the set states (Overlay, Simulation, etc.). If that takes to much space then maybe show them on mouse-over or smth like that.
The text was updated successfully, but these errors were encountered: