Packing LDraw Files - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: General (https://forums.ldraw.org/forum-12.html) +--- Forum: General LDraw.org Discussion (https://forums.ldraw.org/forum-6.html) +--- Thread: Packing LDraw Files (/thread-28554.html) |
Packing LDraw Files - CoeAdam - 2024-12-21 I'm looking to display my LDR files in a web page using THREE.js. On the THREE.js documentation is suggests using a "Packed LDraw Model". Here are the instrucitons: Packing LDraw models To pack a model with all its referenced files, download the Official LDraw parts library and use the following Node script: utils/packLDrawModel.js It contains instructions on how to setup the files and execute it. However, both the link to the parts library and the link to the packLDrawModel script are 404 errors. Does anyone know how to create a packed LDraw file? |