├── .gitattributes ├── 6_2015_ARM_Tools_Seminar_FrankLei.pdf ├── Core.zip ├── FlowVisualizationUsingMovingTextures.pdf ├── LWRP源码剖析01.zip ├── LWRP源码剖析02.zip ├── LWRP源码剖析03.zip ├── README.md └── UnrealEngine_PBR_Shading.pdf /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /6_2015_ARM_Tools_Seminar_FrankLei.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepInMind12345/ShaderNote/103c8dea6145f3f7d99700426c3487fa0cdcef13/6_2015_ARM_Tools_Seminar_FrankLei.pdf -------------------------------------------------------------------------------- /Core.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepInMind12345/ShaderNote/103c8dea6145f3f7d99700426c3487fa0cdcef13/Core.zip -------------------------------------------------------------------------------- /FlowVisualizationUsingMovingTextures.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepInMind12345/ShaderNote/103c8dea6145f3f7d99700426c3487fa0cdcef13/FlowVisualizationUsingMovingTextures.pdf -------------------------------------------------------------------------------- /LWRP源码剖析01.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepInMind12345/ShaderNote/103c8dea6145f3f7d99700426c3487fa0cdcef13/LWRP源码剖析01.zip -------------------------------------------------------------------------------- /LWRP源码剖析02.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepInMind12345/ShaderNote/103c8dea6145f3f7d99700426c3487fa0cdcef13/LWRP源码剖析02.zip -------------------------------------------------------------------------------- /LWRP源码剖析03.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepInMind12345/ShaderNote/103c8dea6145f3f7d99700426c3487fa0cdcef13/LWRP源码剖析03.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ShaderNote 2 | -------------------------------------------------------------------------------- /UnrealEngine_PBR_Shading.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepInMind12345/ShaderNote/103c8dea6145f3f7d99700426c3487fa0cdcef13/UnrealEngine_PBR_Shading.pdf --------------------------------------------------------------------------------