OpenGL 没有加速,并且存在模块存在导入错误
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论