You are browsing as a guest. Sign up (or log in) to start making projects!

OBJ Viewer

  • 3 Devlogs
  • 16 Total hours

A C program that can view .obj 3d files

Open comments for this post

5h 48m 3s logged

Texture mapping has been implemented into the renderer but not the parser. My next step is to add textures to the parser so that the user can load the textures automatically instead of manually writing the filepath. I have already set up the structs for MTL support, including a hashmap to allow for string-indexing.

0
0
3
Open comments for this post

2h 8m 43s logged

This update might be a little boring, but I genuinely spent hours debugging a problem with the normals that occured on high-poly models. It added random empty spots in the model and it was genuinely so satisfying to fix it. All that was happening was that it was dividing by zero and returning NaN; I just added a check to avoid NaN.

0
0
6

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…