More boilerplate

This commit is contained in:
Dynamitos
2025-01-24 18:21:34 +01:00
parent a5950cd471
commit fff6d19bb2
12 changed files with 169 additions and 17 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ int main()
bvh.generate();
Window w(1920, 1080);
std::vector<unsigned char> texture(1920 * 1080 * 3);
for (int j = 10; j < 100; ++j)
for (int j = 100; j < 200; ++j)
{
for (int i = 0; i < 1920; ++i)
{