-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1
-
OpengGL prepared by the mapping procedure, known image of spatial information, y...
OpengGL编写的映射程序,已知图像的空间信息,就可以运行此程序,把图像绘制出来,并且在不同的单元赋予不同的颜色 -OpengGL prepared by the mapping procedure, known image of spatial information, you can run this program, the image is drawn out, and the different modules given different colors
- 2022-08-25 02:41:10下载
- 积分:1
-
① 通过几何变换函数实现场景的平移、缩放、旋转,从而实现从各个角度观察场景,即视点固定,场景变化。
本实验目的不在于建模,因此场景可以通过调用glut库中的...
① 通过几何变换函数实现场景的平移、缩放、旋转,从而实现从各个角度观察场景,即视点固定,场景变化。
本实验目的不在于建模,因此场景可以通过调用glut库中的函数直接绘制,如立方体
。 -① through the geometric transformation function realize scenes of translation, scaling, rotation, and thus realize the scene from various angles, that is a fixed point of view, the scene changes. The purpose of this experiment does not lie in modeling, so scenes can be by calling the library function glut direct mapping, such as the cube.
- 2022-04-17 17:40:33下载
- 积分:1
-
一本关于基于MFC环境编程的OpenGL书籍,对于那些需要用MFC来进行OpenGL编程的人应该有些帮助。...
一本关于基于MFC环境编程的OpenGL书籍,对于那些需要用MFC来进行OpenGL编程的人应该有些帮助。-MFC about an environment based on OpenGL programming books, for those who need to use MFC to OpenGL programming that some people should assist.
- 2022-08-20 23:41:38下载
- 积分:1
-
ball OpenGL display
OPENGL球体显示-ball OpenGL display
- 2022-03-24 10:39:58下载
- 积分:1
-
freetype on opengl
freetype在opengl中的应用,调用freetype读取字体文件中的字模数据,生成纹理,并用opengl显示,完美解决字体模糊问题
- 2022-03-11 15:46:59下载
- 积分:1
-
用OpenGL开发化工过程仿真视景系… 基于虚拟现实技术的自行车漫游...线段。移动物体 在视图中建立一个正方 体,使用鼠标左键点击正方体,这时正方体...
用OpenGL开发化工过程仿真视景系… 基于虚拟现实技术的自行车漫游...线段。移动物体 在视图中建立一个正方 体,使用鼠标左键点击正方体,这时正方体-developed using OpenGL chemical process simulation visual system ... based on virtual reality technology to a bicycle ... roaming segment. Moving objects in view the establishment of a cube, using the left mouse button click cube, then cube
- 2023-03-11 04:25:04下载
- 积分:1
-
用c++和opengl写的,对水滴进行模拟,效果很不错
用c++和opengl写的,对水滴进行模拟,效果很不错-Using c++ and opengl written simulation of water droplets, the effect is pretty good
- 2022-09-22 18:35:03下载
- 积分:1
-
OpenGl波光闪闪演示,基于VC++的opengl源代码
OpenGl波光闪闪演示,基于VC++的opengl源代码-OpenGL wave shiny presentation, based on the VC++ The opengl source code
- 2023-06-25 00:00:04下载
- 积分:1
-
OPENGL编程飞机三维仿真
针对飞机三维模型的设计与实现,首先利用专业建模软件3DS MAX 来建立飞机模型。然后将飞机模型文件格式用软件3D
Exploration进行转换并导入工程。虽然3DS
MAX建模方便,效果逼真,但是用3DS
MAX制作的动画没有交互性,无法实时控制,而OpenGL的实时控制功能强大,因此需要将3DS
MAX建立的飞机模型文件进行转换,转换后将新模型文件添加到仿真程序工程中。最后利用OpenGL 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-28 14:46:19下载
- 积分:1