由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - opengl里怎么固定一个window的尺寸?
相关主题
新手请教:GLUT里的glutDisplayFunc的能传递参数吗?如何使用OpenGL进行VolumeRendering? (转载)
请推荐合适的显示程序...CS Master后去找 Video Game 相关的 Programmer可行否?
如何得到pixel的Normal借宝地一问:开机后出现WINDOWS XP几个大字然后黑屏怎么办
How to Integrate C++ System with OpenGL into Web page关于大规模数据显示,请教,急啊!!!
方向,方向,还是方向偶再问一下有经常alpha blending 的吗?
请教一个计算机3D渲染方面的问题急:请朋友推荐便宜的laptop(used or new)!
CS master找工作,掌握那些语言够?Opening: 3D Software and Algorithm Engineer
请问如何使用MFC完成3D图像的去除噪音操作(使用什么开发工具, 怎样完成初步的打开)请教编程高手:怎么从Matlab调OpenGL来做Visual?
相关话题的讨论汇总
话题: glut话题: opengl话题: window话题: 尺寸
进入CS版参与讨论
1 (共1页)
J*********r
发帖数: 5921
1
使得用户无法resize我创建的这个窗口?在网上搜了一堆方法(比如glutReshapeFunc(
NULL)),都没起作用。。
a**********s
发帖数: 588
2
They should be:
glutPositionWindow
glutReshapeWindow
You can also specify the position and shape upon creation
J*********r
发帖数: 5921
3
用户还是可以方便的用鼠标resize window阿。。我现在就是想禁止用户这么做。

【在 a**********s 的大作中提到】
: They should be:
: glutPositionWindow
: glutReshapeWindow
: You can also specify the position and shape upon creation

a**********s
发帖数: 588
4
oh... sorry... there is no officially supported way in glut. You can either
hack into glut source code, or use OpenGLUT instead (which doesn't seem to
be done in a quite neat way).

【在 J*********r 的大作中提到】
: 用户还是可以方便的用鼠标resize window阿。。我现在就是想禁止用户这么做。
w***n
发帖数: 1084
5
Don't use GLUT in this case. You should use some functions from windows API
instead.

glutReshapeFunc(

【在 J*********r 的大作中提到】
: 使得用户无法resize我创建的这个窗口?在网上搜了一堆方法(比如glutReshapeFunc(
: NULL)),都没起作用。。

1 (共1页)
进入CS版参与讨论
相关主题
请教编程高手:怎么从Matlab调OpenGL来做Visual?方向,方向,还是方向
真的很想听听别人的意见。。。请教一个计算机3D渲染方面的问题
有成功地从Matlab调用OpenGL的人没有?CS master找工作,掌握那些语言够?
如何画图显示5亿个数对儿? (转载)请问如何使用MFC完成3D图像的去除噪音操作(使用什么开发工具, 怎样完成初步的打开)
新手请教:GLUT里的glutDisplayFunc的能传递参数吗?如何使用OpenGL进行VolumeRendering? (转载)
请推荐合适的显示程序...CS Master后去找 Video Game 相关的 Programmer可行否?
如何得到pixel的Normal借宝地一问:开机后出现WINDOWS XP几个大字然后黑屏怎么办
How to Integrate C++ System with OpenGL into Web page关于大规模数据显示,请教,急啊!!!
相关话题的讨论汇总
话题: glut话题: opengl话题: window话题: 尺寸