Skip to content

Commit

Permalink
Mention basic command line usage in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Feb 3, 2020
1 parent efaa86c commit 76d9450
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ This API uses the Open Asset Import Library (AssImp). A list of supported model

# Usage

The UnitTest program can be used to convert models to the BMD format.
SuperBMD.exe can be used to convert models to the BMD/BDL formats, or to convert BMD/BDL models to the DAE format.

To convert a model, drag it onto the executable or run the program via command line:
The program must be run via the command line. Some example commands are below:

`SuperBMD.exe <model path>`
`SuperBMD.exe -i <in BMD path> -o <out DAE path>`

`SuperBMD.exe -i <in model path> -o <out BDL path> -x <path to tex_headers.json> -m <path to materials.json> --tristrip all --bdl`

## Notes
### Modeling
Expand Down

0 comments on commit 76d9450

Please sign in to comment.