码迷,mamicode.com
首页 >  
搜索关键字:shadows    ( 57个结果
使用Unity Shader的阴影计算宏时需要注意的东西
根据TRANSFER_SHADOW的宏定义,a2v结构体中的顶点坐标变量名必须是vertex,顶点着色器的输入结构体a2v必须命名为v,且v2f中的顶点位置变量必须命名为pos。 #if defined (SHADOWS_SCREEN) #if defined(UNITY_NO_SCREENSPAC ...
分类:编程语言   时间:2020-06-13 21:40:22    阅读次数:117
URP学习之二--初识URP
上一节我们知道了SRP的作用和基本用法,现在来看一下我们的主角--URP是个怎样的管线把! Unity2019.3及之后的版本才能看到URP这个package,前身是LWRP,可以创建默认管线项目然后手动导入,或者直接创建URP项目。导入之后我们开始分析URP的代码: 回到我们最开始学习SRP时的感 ...
分类:其他好文   时间:2020-03-16 19:19:58    阅读次数:393
Flutter-ShapeDecoration
類似 BoxDecoration ShapeDecoration( shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(4) ), shadows: [ BoxShadow( color: Colors.blue, b ...
分类:其他好文   时间:2020-03-16 13:06:12    阅读次数:139
Sap shadown instance operation
unlock the shadow system UNIX: cd /<update directory>/abap/bin (e.g. /usr/sap/PRD/SUM/abap/bin)./SAPup unlockshd WINDOWS: <drive> cd \<update director ...
分类:其他好文   时间:2020-02-28 22:44:39    阅读次数:84
OpenGL.Tutorial16_ShadowMapping
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
20175330 2018-2019-2 《Java程序设计》第八周学习总结
# **教材学习内容总结### 本周学习《Java程序设计》第十五章:*** 泛型: 泛型(Generics)的主要目的是可以建立具有类型安全的集合框架,如链表、散列映射等数据结构。泛型类声明:`class 名称<泛型列表>`泛型类声明对象:类名后多了一对<泛型列表>,必须要用具体的类型替换<>中的 ...
分类:编程语言   时间:2019-04-21 23:02:12    阅读次数:328
Windows 2008R2 删除 Windows Server Backup 备份副本
Windows 2008R2 删除 Windows Server Backup 备份副本
分类:Windows程序   时间:2019-01-21 12:16:24    阅读次数:330
PyCharm中Python代码提示:Shadows name from outer scope
函数内部的变量,如果和函数被调用的外部的变量一样的话,就被PyCharm中叫做shadows name 这样的话,容易引发不容易觉察到的,由于函数内部和外部的变量名一致而引发的一些问题: 比如:内部函数名引用时不小心写错了时,就会导致其实调用了外部变量名,从而导致逻辑错乱。 所以解决办法是: 确保函 ...
分类:编程语言   时间:2018-12-24 23:29:36    阅读次数:425
Hierarchical Z-Buffer Occlusion Culling
While I was at GDC I had the pleasure of attending the Rendering with Conviction talk by Stephen Hill, one of the topics was so cool that I thought it ...
分类:其他好文   时间:2018-07-31 17:11:48    阅读次数:164
transparent shadow caster unity
https://forum.unity.com/threads/semitransparent-shadows.276490/ semitransparent shadows dither 类似alpha to coverage 那种技术 在这里有讲 http://gad.qq.com/progra ...
分类:编程语言   时间:2018-06-28 21:12:58    阅读次数:258
57条   1 2 3 4 ... 6 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!