xzw 1 ay önce
ebeveyn
işleme
e5e40219f9

+ 1 - 1
libs/three.js/build/three.module.js

@@ -20514,7 +20514,7 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils,
 	}
 
 	function getInternalFormat( internalFormatName, glFormat, glType ) {
-
+        //if(internalFormatName == 'R32UI')debugger
 		if ( isWebGL2 === false ) return glFormat;
 
 		if ( internalFormatName !== null ) {

+ 1 - 1
src/custom/viewer/ViewerNew.js

@@ -8,7 +8,7 @@ import {MTLLoader} from "../../../libs/three.js/loaders/MTLLoader.js";
 import {GLTFLoader} from  "../../../libs/three.js/loaders/GLTFLoader.js"; 
 import {PLYLoader} from "../../../libs/three.js/loaders/PLYLoader.js";
 //--------以上文件只在部分工程中添加-------------------------
-
+ 
 import * as THREE from "../../../libs/three.js/build/three.module.js";
 import Stats from "../../../libs/stats.js/stats.js";