stef-levesque / vscode-3dviewer

Preview 3D meshes in VSCode
MIT License
96 stars 20 forks source link

Disable background image #18

Open gonzalocasas opened 3 years ago

gonzalocasas commented 3 years ago

It would be great if we could generally disable the background image. Besides being slower than a solid background color, very often it confuses more than helps because it's totally unrelated to the opened model.

Tiryoh commented 2 years ago

+1 for this issue. I think it would be more nice to be disable or specify the background image.

devemin commented 2 years ago

Hello, This is amazing extension.

I think so too about the function of disabling/enabling background image. Thanks.

Degubi commented 2 years ago

Hi! I created a pr with some changes regarding background handling. The details are in #25 This pr also makes it possible to disable the background image using the 'none' value. When this is set the backgroundColor gets used, but that can be set to any color values (defaults are in settings, but can be changed in the right side menu too)

Ryonez commented 1 year ago

Can looking for this myself, would be nice to see the pr accepted.