mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2025-03-03 06:51:43 -05:00
commit
7503e36e86
@ -1,6 +1,10 @@
|
|||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
### 0.1.5 2016-08-26
|
||||||
|
|
||||||
|
* Fixed incorrect parameter to the gltf-pipeline.
|
||||||
|
|
||||||
### 0.1.4 2016-08-25
|
### 0.1.4 2016-08-25
|
||||||
|
|
||||||
* Added compression flag for quantizing positions, compressing texture coordinates, and oct-encoding normals.
|
* Added compression flag for quantizing positions, compressing texture coordinates, and oct-encoding normals.
|
||||||
|
@ -48,7 +48,7 @@ function convert(objFile, outputPath, options) {
|
|||||||
binary: binary,
|
binary: binary,
|
||||||
embed: embed,
|
embed: embed,
|
||||||
embedImage: embedImage,
|
embedImage: embedImage,
|
||||||
octEncodeNormals: compress,
|
encodeNormals: compress,
|
||||||
quantize: compress,
|
quantize: compress,
|
||||||
aoOptions: aoOptions,
|
aoOptions: aoOptions,
|
||||||
optimizeForCesium : optimizeForCesium,
|
optimizeForCesium : optimizeForCesium,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "obj2gltf",
|
"name": "obj2gltf",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"description": "Convert OBJ model format to glTF",
|
"description": "Convert OBJ model format to glTF",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user