https://learnopengl.com/PBR/Theory https://learnopengl.com/PBR/Lighting https://learnopengl-cn.github.io/07%20PBR/01%20Theory/ ...
分类:
其他好文 时间:
2019-11-16 16:11:08
阅读次数:
81
原文:[UWP]使用PointLight并实现动画效果 1. Composition Lighting# UWP中的Composition Light是一组可以创建3D光照的API,它明明十分好玩而且强大, 但博客园几乎没有相关文章(用UWP或pointlight做关键字只能找到我自己的文章),这篇... ...
分类:
其他好文 时间:
2019-11-06 17:00:04
阅读次数:
115
Creating ambient lighting in the home can bridge the gap between the internal world and the outside world. Why not use LED decorative lighting to pain ...
分类:
移动开发 时间:
2019-10-22 14:55:28
阅读次数:
138
1 #include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 #include <cmath> 5 #define sqr(x) ((x)*(x)) 6 using namespace std; 7 const int M=100... ...
分类:
其他好文 时间:
2019-10-19 14:38:36
阅读次数:
71
内置文件cgnic nameDescribeUnityCG.cginc,包含了最常用变量、帮助函数、宏、结构体Lighting.cginc各种内置的光照模型,表面着色器会自动包含该文件HLSLSupport.cginc声明了许多用于跨平台编译的宏和定义UnityGlobalIllumination.... ...
分类:
编程语言 时间:
2019-10-13 22:14:51
阅读次数:
145
Visual Studio Code 该编辑器也集成了所有一款现代编辑器所应该具备的特性,包括语法高亮(syntax high lighting),可定制的热键绑定(customizable keyboard bindings),括号匹配(bracket matching)以及代码片段收集(snip ...
分类:
其他好文 时间:
2019-09-16 10:14:49
阅读次数:
140
Whether it is for general ambient lighting, task lighting or accent lighting, the decorative lighting in the home is functional and aesthetic. The wel ...
分类:
其他好文 时间:
2019-06-19 12:25:56
阅读次数:
124
Unlike ceiling lamps, floor lamps, chandeliers, lamps that can sometimes rely on "faces", LED ceiling lamps and LED ceiling lamps have always relied o ...
分类:
其他好文 时间:
2019-05-30 15:54:52
阅读次数:
76
[TOC] 1. Unity中的环境光和自发光 在标准光照模型中,环境光和自发光的计算是最简单的。 在Unity中,场景中的环境光可以在Window Lighting Ambient Source/Ambient Intensity中控制,如下图所示。在Shader中,我们只需要通过Unity的内置 ...
分类:
编程语言 时间:
2019-05-11 09:33:40
阅读次数:
156
1、 2、 In Tutorial 15 we learnt how to create lightmaps, which encompasses static lighting. While it produces very nice shadows, it doesn’t deal with a ...
分类:
移动开发 时间:
2019-04-29 22:39:21
阅读次数:
180