Silverlight 5 - 3D - 渲染模式原因 - 暂时不可用
我正在尝试创建一个简单的 Silverlight 3d 应用程序...
我有一台足够好的 PC,但是当我运行 Silverlight 应用程序时,我得到以下信息:
RenderModeReason - TemporarilyUnavailable...WTF 是那? o_O
PS:示例 3D 应用程序由 MS 制作,正在编译和运行。
I'm trying to create a simple Silverlight 3d application...
I have a good enough PC, but when I run the Silverlight application I get this:
RenderModeReason - TemporarilyUnavailable... WTF is that? o_O
PS: The sample 3D applications where made by MS and are compiling and working.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了能够在您的应用程序(以及所有 XNA 命名空间)中使用 3D 加速,您必须在插件初始化期间启用硬件加速。幸运的是,这很简单:
要为浏览器外应用程序启用 GPU 加速,请在项目属性页面上设置启用 GPU 加速选项。
In order to be able to use 3D acceleration in your app (and all the XNA namespaces), you must enable HardwareAcceleration during plugin initialization. Fortunately, it's easy:
To enable GPU acceleration for Out of browser apps, set the enable GPU acceleration option on the project property page.