|
async loadUrl(url: string, props?: PresetProps, matrix?: Mat4) {
|
|
async loadUrl(url: string, props?: PresetProps, matrix?: Mat4) {
|
|
await this.customState.modelLoader.load({ fileOrUrl: url, format: 'cif', }, props, matrix)
|
|
await this.customState.modelLoader.load({ fileOrUrl: url, format: 'cif', }, props, matrix)
|