-
opengl基础入门
我们大学图形学教授所做课程设计学案,其中包括内置函数,动画,键盘输入控制,鼠标空竹,光源,纹理映射等多种主要函数,代码,教案齐全,对初学者十分有帮助。
- 2022-09-07 03:45:04下载
- 积分:1
-
- 2023-07-09 13:05:04下载
- 积分:1
-
OpenGL绘制五角星
在C++中,使用OpenGL绘制三角形,可作为初学者参考。
In C + +, using OpenGL to draw triangles can be used as a reference for beginners.
- 2022-03-01 04:05:37下载
- 积分:1
-
VTK的例子程序,实现图像的显示,调用VTK图像显示控制…
vtk实例程序,实现图像显示,调用vtk控件实现图像显示-VTK examples of procedures, to achieve image display, call VTK image display controls to achieve
- 2022-02-12 11:49:21下载
- 积分:1
-
一个安装程序的简单制作和一个3deditor的源码程序,可供初学者快速学习并使用.其中的opengl和mfc的开发也是个好例子....
一个安装程序的简单制作和一个3deditor的源码程序,可供初学者快速学习并使用.其中的opengl和mfc的开发也是个好例子.-Setup a simple production and a source of 3deditor procedures, for beginners to learn and use quickly. Opengl and mfc which the development is also a good example.
- 2022-05-25 18:06:01下载
- 积分:1
-
一个OpenGL例子,我学了一下OpenGL,写了这个代码。
一个OpenGL例子,我学了一下OpenGL,写了这个代码。-An OpenGL example, I learned about OpenGL, wrote this code.
- 2022-05-14 07:29:07下载
- 积分:1
-
纹理映射
纹理映射#include
#ifdef __APPLE__
#include
#else
#include
#endif
GLfloat planes[]= {-1.0, 0.0, 1.0, 0.0};
GLfloat planet[]= {0.0, -1.0, 0.0, 1.0};
GLfloat vertices[][3] = {{-1.0,-1.0,-1.0},{1.0,-1.0,-1.0},
{1.0,1.0,-1.0}, {-1.0,1.0,-1.0}, {-1.0,-1.0,1.0},
&nbs
- 2023-07-29 13:35:04下载
- 积分:1
-
OpenGL 3
OpenGL三维图形系统开发与实例-OpenGL 3-D graphics system development and examples
- 2023-09-02 18:45:04下载
- 积分:1
-
用opengl写的,速度很快,显示3D物体
用opengl写的,速度很快,显示3D物体-use opengl written, very fast, show 3D objects
- 2022-03-20 04:00:34下载
- 积分:1
-
构造三维地形的工具,可以直接显示DEM数据,速度和漫游功能都可以。...
构造三维地形的工具,可以直接显示DEM数据,速度和漫游功能都可以。-Construct three-dimensional terrain tool, you can directly display DEM data, speed and roaming functions can be.
- 2023-05-17 13:55:03下载
- 积分:1