stef-levesque / vscode-3dviewer

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

Fix broken material changing #16

Closed Degubi closed 3 years ago

Degubi commented 3 years ago

Fix for a bug regarding material changing introduced in #13

Description: On material changes the model became full black. Cause: It was a change from a normal function declaration to an arrow function declaration. (updateColor function)

@stef-levesque

stef-levesque commented 3 years ago

Thanks!