o
odin.langpkg.dev
packages / library / odin-obj

odin-obj

b74f7eclibrary

obj importer in odin

MIT · updated 2 years ago

odin-obj

A scuffed .obj importer in odin. Used this to learn about the file format, but releasing it just in case it can be of some use to someone.

CURRENT SUPPORT

  • .obj files with 3-4 face elements

TODOs

  • Pooling for vertices and indices
  • Reduce triangulation to a generic pattern to allow for more than 4 face elements
  • Support .mtl files

RESOURCES