mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-27 10:30:16 -05:00
Tweak README.md
This commit is contained in:
parent
74d641c520
commit
ff62b7769c
@ -1,6 +1,6 @@
|
|||||||
# OBJ2GLTF
|
# OBJ2GLTF
|
||||||
|
|
||||||
Convert OBJ assets to [glTF](https://www.khronos.org/gltf).
|
Convert OBJ assets to [glTF](https://www.khronos.org/gltf) 1.0.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ Run `node bin/obj2gltf.js` and pass it the path to an OBJ file.
|
|||||||
|`-i`|Path to the input OBJ file.| :white_check_mark: Yes|
|
|`-i`|Path to the input OBJ file.| :white_check_mark: Yes|
|
||||||
|`-o`|Directory or filename for the exported glTF file.|No|
|
|`-o`|Directory or filename for the exported glTF file.|No|
|
||||||
|`-c`|Combine glTF resources, including images, into the exported glTF file.|No, default `false`|
|
|`-c`|Combine glTF resources, including images, into the exported glTF file.|No, default `false`|
|
||||||
|`-t`|Shading technique. Possible values are `lambert`, `phong`, `blinn`, and `constant`. The shading technique is typically determined by the MTL file, but this is good for more explicit control.|No|
|
|`-t`|Shading technique. Possible values are `lambert`, `phong`, `blinn`, and `constant`. The shading technique is typically determined by the MTL file, but this allows more explicit control.|No|
|
||||||
|`-h`|Display help|No|
|
|`-h`|Display help|No|
|
||||||
|
|
||||||
###Examples:
|
###Examples:
|
||||||
|
Loading…
Reference in New Issue
Block a user