romi / plant-3d-explorer

Browser application to visualize 3D scanned plants
https://romi.github.io/plant-3d-explorer/
GNU Affero General Public License v3.0
7 stars 6 forks source link

Create a default parameters customization system #125

Open gregho67 opened 3 years ago

gregho67 commented 3 years ago

For now the 3D explorer only keeps the last selected color of each component. It could be great to enhance this system in order for the user to be able to customize the default colors, selected component and other default parameters. This can be a little complex to do without adding a lot of lines to the code, but it would be a huge improvement. It could also be possible to add an option that allows the user to load a file containing all his default choices. This requires to create, load, parse and read files but it's one way to allow more customization to the app.