# litemol2gltf Litemol2glTF exports scenes from LiteMol to the glTF format. ### Installation ``` npm install ``` ``` npm build ``` or ``` npm start ``` ### Current limitations - transparency - indexed buffer attributes (see three.js and glTF specification) are unfolded, because the glTFExporter does not currently support them