()
| 436 | async 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 |