obj2gltf/CHANGES.md

37 lines
897 B
Markdown
Raw Normal View History

2016-07-08 18:10:18 -04:00
Change Log
==========
2017-01-06 17:50:19 -05:00
### 0.1.7 2017-01-06
* Update gltf-pipeline to 0.1.0-alpha9
* Added command to generate documentation (npm run jsdoc)
2016-09-07 18:12:29 -04:00
### 0.1.6 2016-09-07
* Changed obj2gltf.js line endings from CRLF to LF in npm package.
2016-08-26 15:51:53 -04:00
### 0.1.5 2016-08-26
* Fixed incorrect parameter to the gltf-pipeline.
### 0.1.4 2016-08-25
* Added compression flag for quantizing positions, compressing texture coordinates, and oct-encoding normals.
2016-08-08 11:39:52 -04:00
### 0.1.3 - 2016-08-08
* Fixed a bug causing models with no mtl file to not convert.
### 0.1.2 - 2016-07-25
* Converted the API to now use promises instead of callbacks. [#21](https://github.com/AnalyticalGraphicsInc/OBJ2GLTF/pull/21)
* Added the ability to optimize the converted glTF for Cesium by using the sun as a default light source.
2016-07-21 17:22:12 -04:00
### 0.1.1 - 2016-07-21
* Updated to use gltf-pipeline 0.1.0-alpha2.
2016-07-20 14:04:10 -04:00
### 0.1.0 - 2016-07-20
2016-07-08 18:10:18 -04:00
2016-07-21 17:22:12 -04:00
* Initial release.