Sandro Sobczyński

Results 32 comments of Sandro Sobczyński

I dropped `.dff` file support in Tyra 2.0.0. Anyway it can be re-added in better way, waiting for contributors to step-in.

Once, I also made an attempt to search for this file. In my opinion this file was somehow lost while porting the PS2SDK from Subversion to Git a long time...

Still an issue in Tyra 2.0.0. Im wondering about implementing of bmfont file support https://www.angelcode.com/products/bmfont/

I've added non textured rendering feature. I think that we should grab color information from .obj file also. At this moment, colors must be set manually.

> * [ ] Default texture for .obj models, if no texture specified Good point. I think that will be good idea to perform `PRINT_ERR()` (future `assert()`) on **vt** (texture...

Hmm. My thought with `PRINT_ERR()` was, to just check if texture data is present (`assert()`) and print error if not. This is pretty good idea, regarding the "no-texture" texture, we...

Resolved. Tyra 2.0.0 uses [tinyobjloader](https://github.com/tinyobjloader/tinyobjloader)