Another interesting tutorial from OGLDev An article from Microsoft: nice pictures illustrating some issues with CSM An article about shadow bias Some informative drawings about shadow bias strategiesArticle by: Márton Árbócz Website for geolocation enthusiasts: GeoDetective...
不是learnopengl的作者。视频作者不是做图形学的。 2022-07-27 09:491 竟然还有视频啊 2021-10-12 23:04 NO. 050184 明儿天早点睡吧 可惜learnningogl没有骨骼教程 2021-10-23 08:45 1 古德没有安 有的,只是中文没翻译,英文那边csm也有了 2022-01-16 23:283...
使用OpenGL内建的sRGB帧缓冲 glEnable(GL_FRAMEBUFFER_SRGB); 自己在像素着色器中进行gamma校正 voidmain(){// do super fancy lighting[...]// apply gamma correctionfloatgamma=2.2;fragColor.rgb=pow(fragColor.rgb,vec3(1.0/gamma));} 注意: 如果我们要为多个fragment shader添加gamma, 会显得有点麻烦, ...
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "3.3.csm", "src\5.advanced_lighting\3.3.csm\3.3.csm.vcxproj", "{19444C58-47F7-4405-8F19-70C69E6304A0}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "4.normal_mapping", "src\5.advanced_lighting...
1. 《CSM and PCF》(1) 2. 《Fast Approximate Anti-Aliasing (FXAA) (GLSL)》(1) 3. 《使用 C++11 编写 Linux 多线程程序(转载收藏)》(1) 4. 《CPU的工作过程》(1) 随笔分类 -LearnOpenGLCN 本分类主要用于收集以下网站内容: https://learnopengl-cn.github.io/ https://learnopengl.com/ ...
Advanced Lighting PBR In Practice Guest Articles How to publish 2020 2021 CSM Scene Tessellation DSA 2022 Code repository Translations Privacy About DSA In development This page is currently in development. If you refresh often enough, eventually you might see something new....
05 Advanced Lighting 01 Advanced Lighting index.html 02 Gamma Correction index.html 03 Shadows 01 Shadow Mapping index.html 02 Point Shadows index.html 03 CSM index.html 04 Normal Mapping index.html 05 Parallax Mapping index.html 06 HDR index.html 07 Bloom index.html 08 De...
8.guest/2021/2.csm 8.guest/2021/3.tessellation/terrain_gpu_dist 8.guest/2021/3.tessellation/terrain_cpu_src 8.guest/2021/4.dsa 8.guest/2022/5.computeshader_helloworld 8.guest/2022/6.physically_based_bloom 8.guest/2022/7.area_lights/1.area_light 8.guest/2022/7.area_lights/...
05 Advanced Lighting 01 Advanced Lighting index.html 02 Gamma Correction index.html 03 Shadows 01 Shadow Mapping index.html 02 Point Shadows index.html 03 CSM index.html 04 Normal Mapping index.html 05 Parallax Mapping index.html 06 HDR index.html 07 Bloom index.html 08 D...
-CSM:'05AdvancedLighting/03Shadows/03CSM.md' -法线贴图:'05AdvancedLighting/04NormalMapping.md' -视差贴图:'05AdvancedLighting/05ParallaxMapping.md' -HDR:'05AdvancedLighting/06HDR.md' -泛光:'05AdvancedLighting/07Bloom.md' -延迟着色法:'05AdvancedLighting/08DeferredShading.md' ...