OpenGL 没有加速,并且存在模块存在导入错误

发布于 2024-08-26 23:12:35 字数 408 浏览 4 评论 0原文

我正在使用 wxPython 和 OpenGL 编写一个程序。该程序可以工作,但没有任何抗锯齿功能,并且我收到以下错误消息:(我正在使用 ArchLinux)

INFO:OpenGL.acceleratesupport:No OpenGL_accelerate module loaded: No module named OpenGL_accelerate

但是,当我查看我的 site-packages 文件夹时,我看到那里存在该模块。我有一个使用 GLCanvas 的 wxPython 演示程序,它工作正常,没有任何错误。

我的程序与 GLCanvas 演示非常相似,只涉及平移、旋转、绘制四边形和一些基本的照明。

我在这里做错了什么? (代码超过200行,如果有必要我会编辑它并把它放在这里)

I'm writing a program using wxPython and OpenGL. The program works, but without any antialiasing, and I get these error messages: (I'm using ArchLinux)

INFO:OpenGL.acceleratesupport:No OpenGL_accelerate module loaded: No module named OpenGL_accelerate

However, when I look into my site-packages folder, I see the module present there. I have a wxPython demo program that uses GLCanvas, and it works fine, without any errors.

My program is quite similar to the GLCanvas demo, involving just translations, rotations, drawing quads and some basic lighting.

What am I doing wrong here? (The code is over 200 lines, if necessary I'll edit this and put it here)

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文