3DSMax 中的 GLSL 着色器
所以我环顾四周,由于我没有找到有关该主题的信息,我认为 3DSMax 不支持 GLSL 着色器?这是正确的吗?
我正在使用 3DSMax 2010 和 2011,并且厌倦了编写同一组着色器的两个版本 - 一个用于我的应用程序,另一个用于 3DSMax。在蹩脚的工作流程中丢失了很多东西:(
有谁知道如何在 3DSMax 2010 或 2011 中使用 GLSL 着色器进行渲染的信息吗?
任何帮助将不胜感激。
提前致谢!
So I've looked around, and since I have found no information on the subject, I assume 3DSMax does not support GLSL shaders? Is this correct?
I am using 3DSMax 2010 and 2011, and am sick of writing two versions of the same sets of shaders - one for my application and one for 3DSMax. So much gets lost on the crappy workflow :(
Does anyone have any information on how to render with GLSL shaders in 3DSMax 2010 or 2011?
Any help would be greatly appreciated.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于 2010 及更高版本,directX 材质还支持 CGFX 着色器以及 HLSL。这两种格式可能都需要稍微调整才能支持 3ds max 的参数系统以及游戏引擎。
2011 年和 2012 年,Autodesk 添加了对 metaSL 的支持, NVIDIA 的格式(以前称为 mental images)。 MetaSL 着色器可以导出到 CG、HLSL、GLSL 以及 MentalRay 着色器。
For 2010 and higher the directX material also supports CGFX shaders as well as HLSL. Both formats might require slight tweaking to support 3ds max's parameter system as well as a game engine.
In 2011 and 2012, Autodesk added support for metaSL, a format from NVIDIA (formerly mental images). MetaSL shaders can export into CG, HLSL, GLSL, and also MentalRay Shaders.
它支持 DirectX 着色器和metasl 着色器。
您可以编写自己的着色器(maxscript、c++ 插件、metasl)来填补空白。
但您将无法在视口中看到不受支持的材质。
it supports DirectX shaders and metasl shaders.
You can code your own shaders (maxscript, c++ plugin, metasl) to fill the gap.
But you will not be able to see a unsupported material in the viewport.
Vray 2.0 支持在 3dsmax 2011 及更高版本上渲染 GLSL 着色器,尽管它绝不是免费的渲染引擎。
虚拟现实:
http://chaosgroup.com/en/2/vray.html
GLSL 文档:
http://www.spot3d.com/vray/help/200R1/vrayglsltex.htm
Vray 2.0 supports rendering of GLSL shaders on 3dsmax 2011 and above, though it is by no means a free rendering engine.
Vray:
http://chaosgroup.com/en/2/vray.html
GLSL Documentation:
http://www.spot3d.com/vray/help/200R1/vrayglsltex.htm