1
0
bill 1 год назад
Родитель
Сommit
d699b993bf
1 измененных файлов с 1 добавлено и 1 удалено
  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;