浏览代码

unified cache bursting

Jaume Sanchez 8 年之前
父节点
当前提交
5a23318980
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 );