搜索结果
查询Tags标签: SHADOWS,共有 6条记录-
three.js学习笔记(五)——Shadows阴影
阴影一直是实时三维渲染的挑战,开发人员必须在合理的情况下找到显示真实阴影的技巧。 Three.js 有一个内置的解决方案,虽然其并不完美,但用起来很方便。 阴影是怎么工作的? 当你进行一次渲染时,Three.js将对每个支持阴影的光线进行渲染,那些渲染会像摄像机那样模拟光…
2021/12/3 23:48:34 人评论 次浏览 -
three.js学习笔记(五)——Shadows阴影
阴影一直是实时三维渲染的挑战,开发人员必须在合理的情况下找到显示真实阴影的技巧。 Three.js 有一个内置的解决方案,虽然其并不完美,但用起来很方便。 阴影是怎么工作的? 当你进行一次渲染时,Three.js将对每个支持阴影的光线进行渲染,那些渲染会像摄像机那样模拟光…
2021/12/3 23:48:34 人评论 次浏览 -
Solve Warning: The elevation provided <Paper elevation={24}> is not available in the theme.
If you got the following warning:The elevation provided <Paper elevation={24}> is not available in the theme. Please make sure that `theme.shadows[24]` is defined In order to mitigate this, you can change your shadows to a dictionary instead of…
2021/10/14 23:16:16 人评论 次浏览 -
Solve Warning: The elevation provided <Paper elevation={24}> is not available in the theme.
If you got the following warning:The elevation provided <Paper elevation={24}> is not available in the theme. Please make sure that `theme.shadows[24]` is defined In order to mitigate this, you can change your shadows to a dictionary instead of…
2021/10/14 23:16:16 人评论 次浏览 -
Unity shader的内置宏与变体(一)
简介 本文总结Unity shader的内置宏。基于Unity 2020.3和Built-in管线。 这里的内置宏包括shader内定义宏和平台相关宏。 一、shader内定义宏 shader内定义宏是指需要由用户手动定义的宏。Unity内置了下面5种命令,用户可以根据需要在不同pass中自行定义。multi_compile_f…
2021/8/29 23:09:44 人评论 次浏览 -
Unity shader的内置宏与变体(一)
简介 本文总结Unity shader的内置宏。基于Unity 2020.3和Built-in管线。 这里的内置宏包括shader内定义宏和平台相关宏。 一、shader内定义宏 shader内定义宏是指需要由用户手动定义的宏。Unity内置了下面5种命令,用户可以根据需要在不同pass中自行定义。multi_compile_f…
2021/8/29 23:09:44 人评论 次浏览