Explorar el Código

Examples: Clean up. (#29738)

林炳权 hace 1 año
padre
commit
14b61427e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_texture3d_partialupdate.html

+ 1 - 1
examples/webgl_texture3d_partialupdate.html

@@ -343,7 +343,7 @@
 					const scaleFactor = ( Math.random() + 0.5 ) * 0.5;
 					const scaleFactor = ( Math.random() + 0.5 ) * 0.5;
 					const source = generateCloudTexture( perElementPaddedSize, scaleFactor );
 					const source = generateCloudTexture( perElementPaddedSize, scaleFactor );
 
 
-					renderer.copyTextureToTexture3D( source, cloudTexture, box, position );
+					renderer.copyTextureToTexture( source, cloudTexture, box, position );
 
 
 					prevTime = time;
 					prevTime = time;
 
 

粤ICP备19079148号