feat(3d-nds): use draco to compress glb model
This commit is contained in:
@@ -29,7 +29,7 @@ type ImageData = {
|
||||
};
|
||||
|
||||
const IMAGE_EXTENSIONS = [".png", ".webp"];
|
||||
const MODEL_EXTENSIONS = [".gltf"];
|
||||
const MODEL_EXTENSIONS = [".glb"];
|
||||
const MAX_WIDTH = 2048;
|
||||
|
||||
const toCamelCase = (str: string) => {
|
||||
|
||||
Reference in New Issue
Block a user