3D cube render, basic interpolation, culling

This commit is contained in:
Krzosa Karol
2022-02-13 12:23:13 +01:00
commit d69180dbe6
9 changed files with 8528 additions and 0 deletions

2
stb_image.cpp Normal file
View File

@@ -0,0 +1,2 @@
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"