首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 平面设计 > 图形图像 >

gluPerspective 可以有6个参数吗?解决方案

2012-03-16 
gluPerspective 可以有6个参数吗?gluPerspective 可以有6个参数吗?我看到别人写的:C/C++ codegluPerspecti

gluPerspective 可以有6个参数吗?
gluPerspective 可以有6个参数吗?
我看到别人写的:

C/C++ code
gluPerspective(65,(float)glutGet(GLUT_WINDOW_WIDTH)/(float)glutGet(GLUT_WINDOW_HEIGHT),pow((float)abs(settings->cam[1]),(float)0.75)+1.0, pow((float)abs(settings->cam[1]), (float)1.65)+5000);


[解决办法]
gluPerspective是4个参数,你看看别人是不是用的头文件函数定义,是不是不是标准glut库啊

热点排行