bill 1 year ago
parent
commit
d699b993bf
1 changed files with 1 additions and 1 deletions
  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;