Unity OpenGL 渲染器

发布于 2024-12-04 13:07:30 字数 331 浏览 1 评论 0原文

如何设置 Untiy Windows 应用程序以使用 OpenGL 渲染。

我需要创建一个类似于本页上的纹理插件示例的插件:

http://unity3d .com/support/documentation/Manual/Plugins.html

它指出:(请注意,这仅在 Unity 使用 OpenGL 渲染器时有效)

但我无法找到在 Unity 中实际将其设置为使用 opengl 的位置直接三维

How do i set a Untiy windows application to use a OpenGL render.

I need to create a plugin similar to the Texture Plugin example on this page:

http://unity3d.com/support/documentation/Manual/Plugins.html

It states: (note that this will only work when Unity is using an OpenGL renderer)

But i cant find where in Unity i actually set it to use opengl rather the direct3d

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽你眉间 2024-12-11 13:07:30

根据谷歌搜索和 Unity 论坛的深入研究,默认情况下,Unity 将在 Windows 上使用 DirectX,除非 DirectX 存在问题(要么不存在,要么版本错误),在这种情况下将回退到 OpenGL。在其他平台上它将默认为 OpenGL。

显然,您可以通过使用选项 -force opengl 启动 Unity 来强制使用 OpenGL 模式。如果您使用网络播放器,此选项似乎不起作用。

Based on a bit of googling, and digging through the Unity Forums, it appears that, by default, Unity will use DirectX on Windows, unless there's an issue with DirectX (either it's not there, or the wrong version), in which case it will fall back to OpenGL. It will default to OpenGL on other platforms.

You can apparently force Unity to use OpenGL mode by launching it with the option -force opengl. This option does not seem to work if you're using the web player.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文