Maciej Główka
Blog Games Contact
revit api dynamo machine learning generative python blender javascript webdev rust bevy gamedev android
Jan. 2, 2022

OBJ with MTL and textures from THREE.js

Recently we have added the ability to download 3d models from our furniture website pikle.eu. Internally we store models in GLTF format - for webpage and AR use (via model-viewer.dev). Since it is not the most popular file format among interior designers, we have decided to provide client-side on-the-fly conversion.Luckily THREE.js had two working exporters for us right away - COLLADA and OBJ. On…