MCPcopy Create free account
hub / github.com/AntonPalmqvist/physically-based-api / zipFiles

Function zipFiles

scripts/create-usd.mjs:438–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

436async function main() {
437 try {
438 await createCameras();
439 await createLightsources();
440 await processJson("materials");
441 await processJson("lightsources");
442 await processJson("cameras");
443 zipFiles();
444 console.log(`Created ${outputFile} successfully`);
445

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected