mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-04-29 00:05:51 +00:00
new UI, unify map/demo/live architecture more, cleanup
This commit is contained in:
parent
d9b5e30831
commit
4741f59582
146 changed files with 5477 additions and 3005 deletions
|
|
@ -111,10 +111,10 @@ function fmt(v: number[]): string {
|
|||
|
||||
async function main() {
|
||||
const playerBuf = await fs.readFile(
|
||||
"docs/base/@vl2/shapes.vl2/shapes/light_male.glb"
|
||||
"docs/base/@vl2/shapes.vl2/shapes/light_male.glb",
|
||||
);
|
||||
const weaponBuf = await fs.readFile(
|
||||
"docs/base/@vl2/shapes.vl2/shapes/weapon_disc.glb"
|
||||
"docs/base/@vl2/shapes.vl2/shapes/weapon_disc.glb",
|
||||
);
|
||||
|
||||
const playerDoc = parseGlb(playerBuf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue