mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-07-10 14:04:44 +00:00
add env maps
This commit is contained in:
parent
9a95c04c68
commit
7c0e39d57c
491 changed files with 14447 additions and 1552 deletions
|
|
@ -192,7 +192,9 @@ for (const rel of playerModels) {
|
|||
);
|
||||
}
|
||||
} catch (e) {
|
||||
console.log(`${path.basename(rel, ".glb")}: error - ${(e as Error).message}`);
|
||||
console.log(
|
||||
`${path.basename(rel, ".glb")}: error - ${(e as Error).message}`,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue