LDraw.org Discussion Forums
mpd2glb - LDraw to GLTF converter - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html)
+--- Forum: LDraw File Processing and Conversion (https://forums.ldraw.org/forum-22.html)
+--- Thread: mpd2glb - LDraw to GLTF converter (/thread-29424.html)



mpd2glb - LDraw to GLTF converter - Carlos Antelo - 2026-03-03

Hi there,

I've just released an initial version of mpd2glb, a node.js tool for converting from packed .mpd models to GLTF binary format (.glb).

The ouput models are world-size, i.e. centimetres in size, not LDUs, to make them consistent with other non-LDraw GLTF models with different dimensions.

The tool is already available at: https://github.com/anteloc/mpd2glb

Cheers!  Smile