UNPKG

three-scene

Version:

3D 场景

17 lines (14 loc) 197 B
export interface Options { /** * 基础地址 */ baseUrl: string /** * draco 解压文件路径 */ dracoPath: string /** * basis 解压路径 */ basisPath: string }