AnalyticalGraphicsInc / gltf-vscode

This is an extension for Visual Studio Code to add support for editing glTF files.
Apache License 2.0
460 stars 63 forks source link

Fix Cesium logo #110

Closed emackey closed 6 years ago

emackey commented 6 years ago

Fixes #105.

Not sure why it was broken. The Credit.html thing seems to be set correctly, but the constructed element has a blank image source, in spite of the correctly populated html string value. The base URL is the gltf-preview protocol and the source URL is the file protocol, so maybe there's some kind of cross-origin security violation involved. Not sure. Anyway I fixed it with this terrible, hacky hack.