Hopson97 / MineCraft-One-Week-Challenge

I challenged myself to see if I could create a voxel game (Minecraft-like) in just one week using C++ and OpenGL, and here is the result
https://www.youtube.com/watch?v=Xq3isov6mZ8
MIT License
2.65k stars 379 forks source link

Fixed ProcSkyShader so that code can compile #70

Closed jakesee closed 7 years ago

Hopson97 commented 7 years ago

What compiler are you using? It all works fine for me.

jakesee commented 7 years ago

Compiling on VS2017 (v141) Windows SDK 10.

I get this error 'viewMatrix': formal parameter with requested alignment of 16 won't be aligned ...\source\Shaders\ProcSkyShader.h Line 10

Hopson97 commented 7 years ago

@NT-Bourgeois-Iridescence-Technologies