Skip to content
Snippets Groups Projects
README.md 335 B
Newer Older
David Hoksza's avatar
David Hoksza committed
# 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
David Hoksza's avatar
David Hoksza committed