Commit Graph

594 Commits

Author SHA1 Message Date
Jonas Sorgenfrei
587ac79769 Merge branch 'JoeyDeVries:master' into master 2022-03-19 11:36:54 +01:00
Jonas_sorgenfrei@yahoo.de
0ed1ebe039 edited readme 2022-03-19 11:36:29 +01:00
Joey de Vries
95f76c2e0d Merge pull request #290 from arbmarton/fix_cmake_windows
Freetype find_package only on macos
2022-03-19 07:44:55 +01:00
Joey de Vries
6d2bad74a6 Merge pull request #289 from arbmarton/fix_csm_bug
Removed bogus line of code
2022-03-19 07:44:27 +01:00
arby
c42fdcbb3c Freetype find_package only on macos 2022-03-18 23:28:52 +01:00
arby
f144783220 Removed bogus line of code 2022-03-18 23:24:49 +01:00
Jonas_sorgenfrei@yahoo.de
26fca9f8ee adding x64 bit
adding VS Studio dlls to debugger env
2022-03-18 21:08:30 +01:00
Joey de Vries
9f9c9588bb Merge pull request #285 from lpapp/issue-268
Fix the freetype linker issue on Mac
2022-03-05 21:03:07 +01:00
Joey de Vries
506831147e Merge pull request #284 from lpapp/issue-283
Fix the compilation issue on Mac
2022-03-05 21:02:43 +01:00
Laszlo Papp
19dc6ea860 Fix the freetype linker issue on Mac 2022-03-05 17:45:15 +00:00
Laszlo Papp
9941098651 Fix the compilation issue on Mac 2022-03-05 17:09:39 +00:00
Joey de Vries
a1958b7bea Merge pull request #280 from NonLinearGuy/master
corrected uniform name for bone transformations
2022-03-02 17:36:35 +01:00
Ankit Singh Kushwah
8aae281d6c Merge branch 'JoeyDeVries:master' into master 2022-03-02 09:13:08 +05:30
ankitgamezop
5e99d5e186 corrected shader uniform name 2022-03-02 09:11:28 +05:30
Joey de Vries
5cf4ff07db Merge pull request #274 from jpaoneMines/master
Missing file for Guest Tessellation article
2022-02-20 17:52:18 +01:00
Joey de Vries
9cbc884dd6 Merge pull request #275 from NonLinearGuy/master
Fixed errors in skeletal animation code
2022-02-20 17:50:22 +01:00
Joey de Vries
aaf2f9f264 Merge pull request #276 from arbmarton/cascade_visualizer
Added a visualizer for shadow cascade volumes
2022-02-20 17:49:38 +01:00
arby
876053d332 Added a visualizer for shadow cascade volumes. 2022-02-19 20:21:08 +01:00
ankitgamezop
cc6b0b7834 Fixed errors in skeletal animation code 2022-02-19 23:16:20 +05:30
jpaone
eff4455a9f Shader Class that can create a Shader Program consisting of Vertex, Tessellation Control & Evaluation, Geometry, and Fragment Shaders 2022-02-18 20:11:35 -07:00
Joey de Vries
6f9610815f Merge pull request #272 from arbmarton/guest_build_errors
Some guest article build error fixes
2022-02-18 18:18:39 +01:00
arby
74dd442b7d Added an extra comment to the CMake file 2022-02-18 16:59:51 +01:00
arby
3ba3abdae6 Updated MSVC target compile options to C++17 2022-02-18 16:56:43 +01:00
Joey de Vries
bfc25470ed Comment out 2 guest article examples as they're not compiling succesfully. 2022-02-18 10:00:51 +01:00
Joey de Vries
994800632e Merge pull request #273 from Pierce-qiang/master
Update cubemaps_environment_mapping.cpp
2022-02-18 09:50:30 +01:00
Pierce
f9812ac1cf Update cubemaps_environment_mapping.cpp 2022-02-18 14:03:43 +08:00
arby
938e57f071 Fixed some build errors. 2022-02-17 19:42:50 +01:00
Joey de Vries
29b7cf2b57 Merge pull request #270 from arbmarton/build_script_update
Guest article builds + windows build script.
2022-02-08 21:41:51 +01:00
arby
25895c2093 Guest article builds + windows build script. 2022-02-08 21:32:07 +01:00
Joey de Vries
cf70474732 Merge pull request #264 from RandomErrorMessage/bugfix
bugfix: (int)4 -> (float)4.0
2022-01-17 18:59:36 +01:00
RandomErrorMessage
63362578f2 bugfix: (int)4 -> (float)4.0 2022-01-16 16:28:15 -08:00
Joey de Vries
d57df39bf5 Add source code for DSA guest chapter. 2022-01-11 14:15:04 +01:00
Joey de Vries
2b578f8d69 Add source code for tessellation guest chapters. 2022-01-11 13:51:04 +01:00
Joey de Vries
0f3d3160bb Merge pull request #262 from pattakosn/master
fix compiler/linker warning messages
2022-01-11 11:28:37 +01:00
Joey de Vries
b353a9b679 Merge pull request #263 from azisyus/master
fix texture coordinate
2022-01-10 12:34:19 +01:00
can
29f1c099ac fix texture coordinate 2022-01-10 14:16:44 +03:00
N. Pattakos
93be6f82ab update merge request as requested by JoeyDeVries: no auto or GLtypes 2022-01-10 00:45:44 +01:00
N. Pattakos
1be7d8ab3e update list of packages required to build on debian and ubuntu in Readme file 2022-01-08 00:21:34 +01:00
N. Pattakos
da279c2fd9 fix warning LNK4099
added linker option to silence VS warning LNK4099.
Again, ignoring this message is not the Right Thing to do, but in my opinion is good enough for this project and better than having a ton of warning messages hiding potentially useful ones.
2022-01-08 00:21:29 +01:00
N. Pattakos
72f3e37150 fix narrowing conversions (eg double to float, size_t to GLsizei) 2022-01-08 00:20:26 +01:00
N. Pattakos
47a6664845 fix warning: getenv not secure
Just silence the warning. Yes, the Right Thing to do would be to use the newer and safer ways instead of getenv, but silencing it is simpler and suffices for this project's needs :)
2022-01-08 00:20:23 +01:00
N. Pattakos
2ad7b99766 fix warnings: "cl : Command line warning D9002 : ignoring unknown option"
They were caused by the VS compiler not understanding the "-std=c++11" option.
The old style CMake way of setting C++11 version was replaced with the new one which is crossplatform/compiler and fixes the warning.
2022-01-08 00:18:33 +01:00
N. Pattakos
76b3e85352 fix unused exception parameter: print it in exception message 2022-01-07 23:09:38 +01:00
Joey de Vries
b49ea10348 Fix correct shader names skeletal animation. 2021-11-23 14:01:54 +01:00
Joey de Vries
a6a16e3565 Merge pull request #255 from SnowyLake/master
Fix glBufferDelete() argument mistake in cubemaps_skybox.cpp
2021-11-09 11:05:52 +01:00
SnowyLake
31c2cf3a9a bugfix: In cubemaps_skybox.cpp, the second argument to glBufferDelete() should be &SkyboxVBO instead of &SkyboxVAO 2021-11-09 17:26:20 +08:00
Joey de Vries
2c8bf91c50 Merge pull request #254 from jiannanya/fix_mesh.h_comments
fix comments in mesh.h
2021-10-29 10:22:48 +02:00
Jiannanya
23cd2123f0 fix comments in mesh.h
stream->string
2021-10-29 10:02:58 +08:00
Joey de Vries
279e6be7fa Merge pull request #251 from BhayanakMoth/fix-ambient
Corrected ambient lighting calculation
2021-10-18 10:24:26 +02:00
Nipun Ramani
89f3a18dd0 Corrected ambient lighting calculation 2021-10-17 18:30:59 +05:30