An open API service indexing awesome lists of open source software.

https://github.com/stefnotch/objtoarray

Converts a 3d model file to an interleaved array. (Includes barycentric coordinates)
https://github.com/stefnotch/objtoarray

Last synced: 16 days ago
JSON representation

Converts a 3d model file to an interleaved array. (Includes barycentric coordinates)

Awesome Lists containing this project

README

          

# File converter for https://github.com/stefnotch/Model
Converts an Assimp supported file to an interleaved array:
- 3 * vertex coord (floats)
- 2 * texture coord (floats)
- 3 * normals (floats)
- 1 * bone index (also a float, just for the sake of consistency)