重命名工具
This commit is contained in:
@ -3,7 +3,7 @@ import path from "path";
|
||||
import { fileURLToPath } from "url";
|
||||
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||
const ASSIMP_PATH = path.join(__dirname, "../../bin/assimp.exe");
|
||||
const ASSIMP_PATH = path.join(__dirname, "../../bin/model_converter.exe");
|
||||
|
||||
let importExts = null;
|
||||
let exportFormats = null;
|
||||
|
||||
Reference in New Issue
Block a user