Hello,
I am working with a small model in OpenSim. In version 3.3, I am easily able to change the model's marker sizes via the "Markers" pane in the Navigator tab. This is extremely helpful for the model I'm working with, as otherwise the model markers cover large portions of the model geometries in the GUI and it can be difficult to see what's going on, especially when the experimental markers are added in.
I want to make the switch to version 4.1, but I have not found a way to change or scale the model markers in this version yet. I was wondering if anyone else has had this same issue and has a solution.
I have previously posted something similar on the forum, but never really found a solution. Any help would be greatly appreciated.
Best,
William (Brody) Hicks
Changing Model Marker Size in OpenSim 4.1
- Brody Hicks
- Posts: 32
- Joined: Wed Jun 19, 2019 11:55 am
- Ayman Habib
- Posts: 2248
- Joined: Fri Apr 01, 2005 12:24 pm
Re: Changing Model Marker Size in OpenSim 4.1
Hi William,
As of version 4.0, we moved from creating custom visuals for model objects (e.g. Markers) in the application, to using visuals provided by the underlying model objects through the API. As such there's no ability to modify model marker size in the application/GUI. This new approach scales better to adding objects with custom/arbitrary visuals though at the expense of some convenience we provided in the past. We opened an issue on our development side to track this issue and discuss solutions.
You can change the visibility (hide/show, transparency or wireframe the display) of the model markers in the GUI or you can rebuild the application from source and modify the size of the markers on the API side, unfortunately no workarounds are available in the application as of now.
Best regards,
-Ayman
As of version 4.0, we moved from creating custom visuals for model objects (e.g. Markers) in the application, to using visuals provided by the underlying model objects through the API. As such there's no ability to modify model marker size in the application/GUI. This new approach scales better to adding objects with custom/arbitrary visuals though at the expense of some convenience we provided in the past. We opened an issue on our development side to track this issue and discuss solutions.
You can change the visibility (hide/show, transparency or wireframe the display) of the model markers in the GUI or you can rebuild the application from source and modify the size of the markers on the API side, unfortunately no workarounds are available in the application as of now.
Best regards,
-Ayman
- Martin Gen
- Posts: 2
- Joined: Wed Aug 26, 2020 4:19 am
Re: Changing Model Marker Size in OpenSim 4.1
Ayman, do you have the link to the github issue? I can't find it
Best
Best
- Ayman Habib
- Posts: 2248
- Joined: Fri Apr 01, 2005 12:24 pm
Re: Changing Model Marker Size in OpenSim 4.1
Here it is,
https://github.com/opensim-org/opensim-gui/issues/1222
Feel free to comment or discuss solutions there or upload sample model to demonstrate.
Thank you,
-Ayman
https://github.com/opensim-org/opensim-gui/issues/1222
Feel free to comment or discuss solutions there or upload sample model to demonstrate.
Thank you,
-Ayman