Explorar o código

unified cache bursting

Jaume Sanchez %!s(int64=8) %!d(string=hai) anos
pai
achega
5a23318980
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_loader_imagebitmap.html

+ 1 - 1
examples/webgl_loader_imagebitmap.html

@@ -84,7 +84,7 @@
 
 				new THREE.ImageBitmapLoader()
 					.setOptions( { imageOrientation: 'none' } )
-					.load( 'textures/planets/earth_atmos_2048.jpg', function( imageBitmap ) {
+					.load( 'textures/planets/earth_atmos_2048.jpg?' + performance.now(), function( imageBitmap ) {
 
 						var tex = new THREE.CanvasTexture( imageBitmap );