中国没有掌握的尖端技术

Physically-based surface shaders in the Asset Store

Asset Store中基于物理的表面着色器

So… physically-based surface shaders. Physically-based what? I hear you say. Even though we consider ourselves a company with its finger firmly on the gaming pulse, some of us had to have this explained (not the graphics team I hasten to add).

因此……基于物理的表面着色器。 基于身体的是什么? 我听到你说。 即使我们认为自己是一家牢牢把握游戏脉搏的公司,我们中的一些人也必须对此进行解释(不是我要加急的图形团队)。

Physically-based surface shaders are a revolutionary (and really cool) way of doing shading that generate far more realistic and vibrant results. What distinguishes them from other shaders is that they actually mimic the behaviour of surfaces in the real world by following the law of energy conservation: the total amount of specular and diffuse reflection always equals the amount of incoming lighting energy.

基于物理的表面着色器是一种革命性的(而且非常酷)的着色方法,可产生更加逼真的生动效果。 它们与其他着色器的不同之处在于,它们实际上遵循能源守恒定律来模仿现实世界中表面的行为:镜面反射和漫反射的总量始终等于传入的照明能量。

The huge advantage of physically-based surface shaders isn’t just the exceptional visual fidelity they achieve, it’s that they look incredibly lifelike irrespective of the lighting conditions under which they’re used. Steel will look like steel whether it’s reflecting bright sunlight off a knight’s breastplate or used in a handrail on a dark and dreary New York backstreet. There’s no need to adjust your shader settings to get things looking ‘right’ when authoring different environments.

基于物理的表面着色器的巨大优势不仅在于它们实现了非凡的视觉保真度,还在于无论使用何种照明条件,它们都具有令人难以置信的逼真的外观。 无论是从骑士的胸甲反射明亮的阳光,还是在黑暗沉闷的纽约后街的扶手中使用钢,钢都将看起来像钢。 创作不同的环境时,无需调整着色器设置即可使事情看起来“正确”。

Physically based surfaces can have a wide range of reflective behaviour, making it easier to give shiny plastic, metal, wet stone and everything in between a unique visual identity. The Alloy Physical Shader Framework by RUST LTD, available now on the Unity Asset Store, brings this technology to Unity Pro.

基于物理的表面可以具有广泛的反射行为,从而更容易赋予光泽的塑料,金属,湿石以及介于两者之间的独特视觉识别。 现在可以在Unity Asset Store上购买的 RUST LTD的Alloy Physical Shader Framework将这项技术带入Unity Pro。

Physically-based surface shaders are finding their way into many of the latest AAA productions like Killzone 3, Metal Gear Solid 5 and RYSE. RUST LTD’s Asset Store product is different in that it makes this technology accessible to small teams – or even individuals. By the way, RUST LTD are the team behind Museum of the Microstar – our DX11 contest winning entry. Museum of the Microstar used an earlier version of Alloy and showed its use scaled to intense heights.

基于物理的表面着色器正在进入许多最新的AAA产品中,例如Killzone 3,Metal Gear Solid 5和RYSE。 RUST LTD的Asset Store产品的不同之处在于,它使小型团队甚至个人都可以使用此技术。 顺便说一下,R​​UST LTD是微星博物馆(Museum of the Microstar)的团队-我们的DX11竞赛得奖作品。 Microstar博物馆使用了早期版本的Alloy,并显示其使用范围已达到很高的高度。

The workaholic perfectionists at RUST LTD have spent 2 years working day and night to get the product to the point where they’re happy enough to release it, and somehow they’ve also found the time to come up with lots of learning material to help you guys get started. The Alloy package ships with a comprehensive sample scene, including over 30 complete materials with interactive controls so you can get up to speed fast on how to get the most out the set. Also, if you find yourself needing even more out of Alloy, the set is configured to make extending it with your own variants as easy as possible.

RUST LTD的工作狂完美主义者日夜花了两年的时间才能使产品达到他们满意的程度,以至于他们可以满意地发布它,并且他们还找到了一些时间来拿出 很多学习材料来帮助您你们开始 。 Alloy套件附带了全面的示例场景,包括30多种带有交互式控件的完整材料,因此您可以快速掌握如何充分利用场景。 另外,如果您发现自己需要的甚至更多,请配置该套件,以使其尽可能容易地扩展自己的变型。

“Being indie, and having worked so much with small teams and students, we wanted to make a tool that people like us could use. Artists and game designers without the resources of a full studio behind them now have accessible tools.”Anton Hand, Beard Warrior at RUST LTD.

“作为独立者,并且与小型团队和学生进行了如此多的合作,我们希望开发一种像我们这样的人可以使用的工具。 现在,艺术家和游戏设计师可以在没有足够工作室支持的情况下使用易于使用的工具。” RUST LTD的Beard Warrior Anton Hand

Alloy is built around a Normalized Blinn-Phong BRDF, which provides a great balance of speed and sophistication, and is fully compatible with DX9 and the light pre-pass renderer of Unity’s deferred mode. The Alloy set contains variants for all the common visual characteristics you might need including rim lighting, separated occlusion maps, detail maps, and several types of translucency.

Alloy围绕规范化的Blinn-Phong BRDF构建,它在速度和复杂度之间实现了很好的平衡,并且与DX9和Unity延迟模式的光线预渲染器完全兼容。 合金套装包含您可能需要的所有常见视觉特征的变体,包括边缘照明,分离的遮挡图,细部图和几种类型的半透明。

Lastly, for those who don’t want the headache of managing cubemaps in complex environments, Alloy includes a complete set that uses Radially Symmetric Reflection Maps (RSRMs), a general-purpose blurred reflection texture that makes baked surfaces look shiny, without looking like perfect mirrors.

最后,对于那些不想在复杂环境中管理立方体贴图的人来说,Alloy提供了一套完整的套件,该套件使用径向对称反射贴图(RSRM),这是一种通用的模糊反射贴图,可使烘焙表面看起来有光泽,而不会看起来像完美的镜子。

In an upcoming post we’ll dive deeper into both the technical details of Alloy, and the implications of developing content for a physically-based pipeline… stay tuned!

在即将发布的文章中,我们将更深入地研究Alloy的技术细节,以及为基于物理的管道开发内容的含义……敬请期待!

So, whether you’re a large team looking for that AAA graphics punch for your next-gen console game, or an indie trying to add wow factor, Alloy is ready for you. Check out these downloadable projects and demos made with Alloy, or simply purchase directly from the Asset Store.

因此,无论您是要为下一代主机游戏寻求AAA图形打Kong的大型团队,还是想添加哇哇声的独立游戏开发商,Alloy都已准备就绪。 查看这些由Alloy制作的可下载项目和演示 ,或直接从Asset Store购买 。

翻译自: https://blogs.unity3d.com/2013/11/21/cutting-edge-aaa-shading-technology-for-all/

中国没有掌握的尖端技术

中国没有掌握的尖端技术_适用于所有人的尖端AAA遮光技术相关推荐

  1. 5g空分复用技术_首席科学家向际鹰:空分复用技术让中兴通讯5G领先一步

    在MWC2017大会期间,中兴通讯现场演示了Pre5G TDD Massive MIMO 2.0产品在密集多用户情况下的高速业务,单站速率达到2.1Gbps,刷新了行业单站峰值. 据飞象网记者了解,新 ...

  2. 华北电力大学保定校区计算机专业,华北电力大学保定校区本科计算机科学与技术_华北电力大学保定校区本科计算机科学与技术简介-查字典学校网...

    华北电力大学保定校区·本科·计算机科学与技术 学科:工学 门类:电气信息类 专业名称:计算机科学与技术 业务培养目标:本专业培养具有良好的科学素养,系统地.较好地掌握计算机科学与技术包括计算机硬件.软 ...

  3. 智慧工厂用到的技术_智慧工厂需要解决哪些问题及技术实现?

    麦肯锡全球研究院最新预测,到2025年智慧工厂带来的经济影响价值将达每年1.2万亿美元至3.7万亿美元.埃森哲联合Frontier Economics预估了智慧工厂和工业物联网对中国12个产业的累计G ...

  4. java做直播需要哪些技术_直播APP开发中需要解决哪些技术难点?千联信息

    泛娱乐发展的火热,网红经济不断发酵的今天,不少企业靠着开发直播APP狠狠的赚了一波,导致很多人眼红,也想投入其中. 那么开发一款直播APP开发中需要解决哪些技术难点?小编在这里就来为大家解答: 视频直 ...

  5. python云计算开发技术_云计算开发学习笔记:Python3 面向对象技术简介

    来源:TechWeb.com.cn Python从设计之初就已经是一门面向对象的语言,正因为如此,在Python中创建一个类和对象是很容易的.本章节我们将详细介绍Python的面向对象编程. 如果你以 ...

  6. 防治交换机窃听技术_尘毒治理:金属冶炼工程技术措施

    金属冶炼主要包括黑色金属冶炼和有色金属冶炼,黑色金属冶炼主要含烧结.焦化.炼铁.炼钢等,有色金属冶炼主要包括火法冶炼和湿法冶炼等.冶炼过程产生的主要职业病危害因素有粉尘.一氧化碳.苯及其同系物.焦炉逸 ...

  7. ipv4v6双栈技术_浅析从IPv4到IPv6的过渡技术

    作者:个推运维平台网络工程师 宗堂 1 业务背景 在互联网呈现爆炸式发展的今天, IPv4网络地址数量匮乏等问题将会影响到我国的互联网发展与应用,制约物联网.5G等新业务开展.今年4月国家工信部发布了 ...

  8. python运维需要哪些技术_运维人员应该掌握哪些常用技术

    [51CTO.com独家特稿]本着自己几年运维的工作经验和几个大型网站工程师的不吝赐教.这里将个人总结的一些体会发出来给大家参谋参谋(注:不包含怎么做人).如果看完本文您有任何问题或意见,欢迎和我交流 ...

  9. g40-45支持虚拟化技术_速龙II X4 641支持虚拟化技术吗

    速龙II X4 641不支持虚拟化技术. 速龙II X4 641是速龙II X4 631的升级版,与AMD 速龙 II X4 631相比,X4 641主频由2.6GHz升级到2.8GHz,带来总体性能 ...

最新文章

  1. 学习web前端开发要注意什么
  2. jsp 中的js 与 jstl 运行的先后顺序
  3. cas服务器支持接口,3、用CAS接口对接
  4. java中的类加载器有,Java自定义的类加载器,java自定义加载,在java中类加载器有以...
  5. 【LeetCode刷题】Greedy贪心算法笔记
  6. 一片外文的计算机网络方面的文献,计算机网络专科外文文献 计算机网络专科核心期刊参考文献有哪些...
  7. “PHP语言,是全世界最好用的编程语言!“
  8. 彻底搞懂递归的时间复杂度
  9. 博云作为专业独立PaaS厂商,入选中国PaaS市场研究报告
  10. 2022哈工大软件构造课程总结与经验分享(复习指导)
  11. 7 款 DevOps 工具管理 Kubernetes
  12. 5800日常操作使用小技巧
  13. 大专云计算是计算机吗,[扫盲加扯淡,我说云计算]大专学云计算很扯淡吗
  14. Linux下实现文件加密解密
  15. 3D屏保JAVA代码_java编程加载窗口,制作动画(屏保泡泡)
  16. 深度强化学习入坑指南 Updating
  17. QQ兼容android版本6,QQ浏览器6.6.1版本支持安卓7.0 支持多项新特性
  18. 响应式思维 (Thinking Reactively) | Ben Lesh
  19. At KFC, we do chicken right!翻译过来是什么?
  20. C++ Primer 学习笔记14 顺序容器

热门文章

  1. Cesium基础知识-加载json数据
  2. 上海东方广播电台 动感101.7(FM101.7)在线收听
  3. 【HTML】-案例-利用表格制作网页
  4. html中h3字体不加粗取消,css如何取消加粗
  5. tolua wrap原理与使用
  6. 少儿学单词软件android,推荐4款免费的自然拼读APP,孩子在家可以边玩边学!
  7. qq飞车与服务器未响应,QQ飞车游戏安装失败系统错误提示问题解决方法_QQ飞车游戏安装失败怎么办_游戏堡...
  8. Trac使用之 — Ticket
  9. 使用java代码实现扫码登录
  10. 此实现不是 Windows 平台 FIPS 验证的加密算法的一部分解决办法