challenges icon indicating copy to clipboard operation
challenges copied to clipboard

graphics programming challenges

Results 2 challenges issues
Sort by recently updated
recently updated
newest added

It would be really kind to provide a makefile or one-per-project makefile with targets for each lessons... I would do it by my makefile skills are awful.

good morning. In all changed files, after LoadOBJ() is called, UploadMeshData() is called on the returned mesh: ``` c // LESSON 04: Load 3d model Mesh mesh = LoadOBJ("resources/dwarf.obj"); //...