Would be creat, converting LeoCAD (LDraw) models, into GLB files.
GLB is the standard 3D format for internet and could even include animations.
Creating those 3D buildings/structures, will be more appealing, when viewed inside a 3D viewer, so it’s time for some investigations.
Managed writing some Python code, converting LDraw geometry into GLB, using the awesome tree.js.
Also within WordPress, there are some 3D-Viewer plugins, showing the result:
Current status:
- Yes, it’s possible to do this conversion, using tree.js 3D engine.
- Now the fine tuning starts:
Creating a database inside GLB, so file size could be small & smart. - This LDraw_to_GLB project is currently on hold.