OSL开源着色语言入门(Renderman)

免费
✏️ 修改
👁 1482 📅 2023-03-18

{{ dlPopup.title }}

提取码: {{ dlPopup.password }}

{{ dlPopup.message }}

中文文档下载/Products_rj.asp?id=15031


更多教程到朱峰社区学习
/

osl是通用材质描述代码
可以编写各种材质,目前已经集成于renderman 阿诺德 等各大渲染器
通过代码编写就可以实现各种材质效果
简单理解相当于一个sd,并且更加灵活,实现效果也更强

renderman的说明https://rmanwiki.pixar.com/display/REN24/OSL+Patterns

源公司
https://www.imageworks.com/technology/opensource

源文件
https://github.com/AcademySoftwareFoundation/OpenShadingLanguage

索尼图像工作室
https://www.sonypictures.com/

上一节
下一节

评论

{{ username ? username.charAt(0).toUpperCase() : '?' }}
Ctrl+Enter 发布
{{ c.author_name ? c.author_name.charAt(0).toUpperCase() : '?' }}
{{ c.author_name }} {{ Utils.formatDate(c.created_at) }}