Obj
Obj copied to clipboard
A simple Wavefront OBJ file loader
Does this library exist as a java module? I'm building a modular application, and I'd like to use it, but I'm not sure how without a `module-info`.
It's faster to create an array with data and then bulk `put()` it to a buffer. For loops were also optimized. Code was tested on an Android phone and after...
The (texture) map file name in an MTL might contain spaces. For example, there could be a definition like ``` map_Kd /images/this name contains spaces.png ``` With the current version...
The method `Obj#setActiveGroupNames()` fails with a `NullPointerException` if used on a collection generated by `Set.of()` or `List.of()`. This is because those collections throw an exception if you try to test...
Hey, I'm not really sure this belongs in this library but I don't have a much better way to communicate with you. I found a model https://poly.google.com/view/eydI4__jXpi that does not...