This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
javascript
/
three.js
espejo de
https://github.com/tazdij/three.js.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
`loadTextureCube` takes into account `onError`
Ivan Latunov
hace 10 años
padre
1b61d5be00
commit
062a511ef4
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
src/extras/ImageUtils.js
+ 1
- 1
src/extras/ImageUtils.js
Ver fichero
@@ -65,7 +65,7 @@ THREE.ImageUtils = {
}
- } );
+ }
, undefined, onError
);
}