Nove repo opengl-learning

This commit is contained in:
TheRetikGM
2021-02-12 15:43:03 +01:00
commit 63e3c0bc8b
1046 changed files with 358397 additions and 0 deletions

11
configure_windows.bat Normal file
View File

@@ -0,0 +1,11 @@
gdown --id 1dje9CA3gqaHD4Po5UrDZi3dhTeXuj3Ri -O libs.zip
gdown --id 1otyqcT-TohaHtv-rzguJn3lYCBBGXRVG -O models.zip
mkdir lib
mkdir models
tar -xf libs.zip -C lib
tar -xf models.zip -C models
del libs.zip
del models.zip