You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this project is learn more about computer graphics.
Build command:
visual studio 2017:
cmake -G "Visual Studio 15 2017 Win64" ..
visual studio 2019:
cmake -G "Visual Studio 16 2019" -A x64 ..