stef-levesque / vscode-3dviewer

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

Fix editor not loading in, move Three to npm dependency #27

Open Degubi opened 2 years ago

Degubi commented 2 years ago

My motivation behind this change is to be able to update to newer three.js versions later.

The first commit removes the usage of 'top' from editor.js, because it was causing a cross origin error which made the editor not load in. This is a temporary fix

Second commit: