BRL-CAD / OGV-meteor

Port of BRL-CAD's OGV to meteor
BSD 3-Clause "New" or "Revised" License
16 stars 26 forks source link

Add custom coloring to model viewer background #113

Closed theamanjs closed 3 years ago

theamanjs commented 3 years ago

This PR is to solve the #67 enhancement issue.

theamanjs commented 3 years ago

I'm having issues while refreshing/re-rendering the canvas after the background gets changed. The logic works well and I'm able to set a custom color to the canvas background but I have to interact with canvas after that to see the new updated color. I am finding a way to handle this now.

theamanjs commented 3 years ago

Merged development branch to this PR so that the changes can be seen clearly. :slightly_smiling_face:

drossberg commented 3 years ago

When I change the background colour, this change won't be made in the model view immediately. I need to trigger a redraw first, to see it.