bill 1 tahun lalu
induk
melakukan
d699b993bf
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;