Переглянути джерело

Add CORS support to multires.

tags/2.0
Matthew Petroff 10 роки тому
джерело
коміт
bb79ede417
1 змінених файлів з 1 додано та 0 видалено
  1. +1
    -0
      src/js/libpannellum.js

+ 1
- 0
src/js/libpannellum.js Переглянути файл

@@ -566,6 +566,7 @@ function Renderer(container, image, imageType) {
if (!node.texture) {
node.texture = gl.createTexture();
node.image = new Image();
node.image.crossOrigin = 'anonymous';
var self = this;
node.image.onload = function() {
self.processLoadedTexture(node.image, node.texture);


Завантаження…
Відмінити
Зберегти