修改更新
This commit is contained in:
@@ -2,6 +2,7 @@ import type { DeepReadonly } from "vue"
|
||||
import type { MaterialRequest } from "../components/MaterialAdjuster.vue"
|
||||
|
||||
let _libOutputConfig = {
|
||||
host:'https://tapi.cfcad.cn:7779',
|
||||
textureSrc: "",
|
||||
file: undefined,
|
||||
submitCallback: undefined,
|
||||
@@ -18,6 +19,10 @@ export function ConfigureLibOutput(config: Partial<LibOutputConfig>) {
|
||||
}
|
||||
|
||||
export type LibOutputConfig = {
|
||||
/**
|
||||
* 材质文件域名
|
||||
*/
|
||||
host: string,
|
||||
/** 材质贴图链接 */
|
||||
textureSrc: string,
|
||||
/** 材质预设数据,base64编码 */
|
||||
|
Reference in New Issue
Block a user