由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
ComputerGraphics版 - Windows上用OpenGL速度问题
相关主题
问个不是视频处理的问题--- 485填表和文件问题(先谢了)---
如何画图显示5亿个数对儿? (转载)究竟可不可以用订书钉???
大家一般去哪里收集淫荡信息自慰?[合集] 我也报个道吧
有没有windows里的软件做适合Latex的eps图 (转载)真倒霉。。今天摔了一跤
【求问】为什么用不了 PAPMERS 2 OFF on amazon左轮做家防枪可以用MOON CLIP很重要吗?
请教有经验的妈妈们,什么是clipping?请教下左轮手枪的MOON CLIPS
[bbsd] 儿子上K第一周得到差评,感觉老师的回信有点生硬终于过了lead test了。
Eb1-b 材料装订没人组织wii-clip团购,我来组织!
相关话题的讨论汇总
话题: opengl话题: clipping话题: windows话题: clipped话题: 速度
进入ComputerGraphics版参与讨论
1 (共1页)
b*********8
发帖数: 288
1
版上各位达人,以前问过很多人都没有解决。我用C++,然后用timer控制刷新速度,同
时开多个(比如说四个)窗口,同时独立显示,图案非常简单。结果发现速度随窗口的
数目增加而减慢,不知道是什么原因?
O*******d
发帖数: 20343
2
You may have to manually control clipping. Do not let OpenGL render scene
that is going to be clipped anyway. One method is to use gluProject
function to get screen coordinates of the object and skip the object
rendering if outside the clipping window.
The clipping happens at the late stage of OpenGL pipeline. You may save a
lot of time by skipping clipped objects at the beginning.

【在 b*********8 的大作中提到】
: 版上各位达人,以前问过很多人都没有解决。我用C++,然后用timer控制刷新速度,同
: 时开多个(比如说四个)窗口,同时独立显示,图案非常简单。结果发现速度随窗口的
: 数目增加而减慢,不知道是什么原因?

b*********8
发帖数: 288
3
I only had a cub displayed. Clipping should not be a problem. I suspect
the video memory is refreshed individually by each windows, thus for each
frame, there will be four refresh commands which may require more time that
a it was allocated for each frame. Not soure how windows implemented OpenGL.
Happy New Year!

【在 O*******d 的大作中提到】
: You may have to manually control clipping. Do not let OpenGL render scene
: that is going to be clipped anyway. One method is to use gluProject
: function to get screen coordinates of the object and skip the object
: rendering if outside the clipping window.
: The clipping happens at the late stage of OpenGL pipeline. You may save a
: lot of time by skipping clipped objects at the beginning.

1 (共1页)
进入ComputerGraphics版参与讨论
相关主题
没人组织wii-clip团购,我来组织!【求问】为什么用不了 PAPMERS 2 OFF on amazon
O.K. my dance clips请教有经验的妈妈们,什么是clipping?
how to download video clip from youtube? thx![bbsd] 儿子上K第一周得到差评,感觉老师的回信有点生硬
Looking for free clip artEb1-b 材料装订
问个不是视频处理的问题--- 485填表和文件问题(先谢了)---
如何画图显示5亿个数对儿? (转载)究竟可不可以用订书钉???
大家一般去哪里收集淫荡信息自慰?[合集] 我也报个道吧
有没有windows里的软件做适合Latex的eps图 (转载)真倒霉。。今天摔了一跤
相关话题的讨论汇总
话题: opengl话题: clipping话题: windows话题: clipped话题: 速度