bill 1 rok temu
rodzic
commit
d699b993bf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/constant/scene.ts

+ 1 - 1
src/constant/scene.ts

@@ -56,4 +56,4 @@ export const ModelSceneStatusDesc: { [key in ModelSceneStatus]: string } = {
 
 export const ModelSupportType = ["obj", "ply", "las", "osgb", "b3dm"];
 export const ModelSupportFormats = [".zip"];
-export const ModelMaxSize = 1024 * 1024 * 1024;
+export const ModelMaxSize = 2 * 1024 * 1024 * 1024;