-
- 2023-07-09 13:05:04下载
- 积分:1
-
OpenGL, Visual C++
一个带有经纬线的地球模型,通过mouse function能够朝各个方向旋转...
OpenGL, Visual C++
一个带有经纬线的地球模型,通过mouse function能够朝各个方向旋转-OpenGL, Visual C with a latitude and longitude lines of the earth model, through the mouse to function in all directions rotation
- 2022-05-13 14:10:47下载
- 积分:1
-
This is the MFC Nehe OpenGL demo code
这是Nehe的MFC的OpenGL代码演示-This is the MFC Nehe OpenGL demo code
- 2023-04-26 04:25:03下载
- 积分:1
-
基于C++环境的OPENGL编程源码.
基于C++环境的OPENGL编程源码.-based on C programming environment OpenGL source.
- 2023-06-13 20:45:03下载
- 积分:1
-
一个旋转的茶壶的源码示例
GraphicsLab1.cpp一个旋转的茶壶的源码示例
- 2022-01-28 06:50:27下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
读入bmp文件并用来生成三维环境,鼠标控制游弋
读入bmp文件并用来生成三维环境,鼠标控制游弋-read bmp file and used to generate 3D environment, mouse cruise control
- 2022-01-24 15:31:27下载
- 积分:1
-
in Visual C 6.0 environment, the development of the OpenGL gyro movement simulat...
在Visual C++ 6.0环境下,利用OpenGL开发的陀螺运动的仿真,实现了陀螺的各种可能的运动,由于算法采用了四元素法,故对于各种可能的运动,不会出现极点。-in Visual C 6.0 environment, the development of the OpenGL gyro movement simulation, achieving a gyroscope possible campaign, is to use the four elements, and therefore every possible movement, no poles.
- 2022-03-09 10:27:17下载
- 积分:1
-
OPENGL图象程序,光于图象出席的一个程序文件.有样本
OPENGL图象程序,光于图象出席的一个程序文件.有样本-OPENGL graphics program, the light in the presence of an image file. There is a sample
- 2022-03-22 04:58:05下载
- 积分:1
-
create 3D mesh from image file
“图像到网格”允许您基于图像将图像文件转换为网格颜色。这个类似于地形生成器,它使用图像颜色来表示深度。它可用于从图像创建名称和其他对象的三维模型。
- 2023-01-31 11:35:04下载
- 积分:1