xzw 7 ماه پیش
والد
کامیت
4a1290e73a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/workers/BinaryDecoderWorker.js

+ 2 - 2
src/workers/BinaryDecoderWorker.js

@@ -1,9 +1,9 @@
 
-import * as THREE from "../../libs/three.js/build/three.module.js";
+//import * as THREE from "../../libs/three.js/build/three.module.js";
 import {Version} from "../Version.js";
 import {PointAttributes, PointAttribute, PointAttributeTypes} from "../loader/PointAttributes.js";
 
-import {Splat} from '../custom/objects/3dgs/Splat.js'
+//import {Splat} from '../custom/objects/3dgs/Splat.js'
 
 const typedArrayMapping = {
 	"int8":   Int8Array,