# ReflectiveShadowMap **Repository Path**: matou17/reflective-shadow-map ## Basic Information - **Project Name**: ReflectiveShadowMap - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-02-16 - **Last Updated**: 2025-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Reflective Shadow Map ## 复现结果 ### Turn off Reflective Shadow Map ![输入图片说明](https://images.gitee.com/uploads/images/2021/0217/101517_2335ca8b_5075880.png "WithoutRSMs.png") ### Turn on Reflective Shadow Map ![输入图片说明](https://images.gitee.com/uploads/images/2021/0217/101532_407c3941_5075880.png "WithRSMs.png") ## 项目配置 本项目使用vs2019用作开发IDE,并且使用Nuget中提供的第三方库来绘制结果。Nuget中所有库的路径做了全局配置以减少占用的空间(都放在"D:\vc_packages\\"目录下)。 ## 参考文献 [1] C Dachsbacher, M Stamminger, **Reflective Shadow Maps**.