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)
- Host: GitHub
- URL: https://github.com/stefnotch/objtoarray
- Owner: stefnotch
- Created: 2016-04-29T16:14:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T10:51:53.000Z (almost 8 years ago)
- Last Synced: 2025-02-28T19:39:46.138Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 7.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)