Skip to content

1.1.0: Introduced a number of improvements.

Latest
Compare
Choose a tag to compare
@hogsy hogsy released this 13 Jan 10:27
· 4 commits to master since this release

This release introduces the following changes.

  • Output path can now be set via the -outp <path> parameter, otherwise will default to dump.obj
  • Vertices can be scaled by defining the -vtxs <scale> parameter, otherwise defaults to 1.0
  • Indices can now be pulled in for generating faces if you know where they're stored; -fsof <startOffset>, -feof <endOffset> and -fstr <stride>
  • Introduced a verbose mode via -verb parameter

Disclaimers
Currently the indices are pulled in as unsigned 32-bit integers forming a triangle - this is pretty much implemented just for my own needs. If there is any desire to support other data types or layouts then please let me know and I'll look into it.