-
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的光源设置和位置变换功能,要求在VC6下执行,是学习三维图形图像编程的好例子...
基于OPENGL的光源设置和位置变换功能,要求在VC6下执行,是学习三维图形图像编程的好例子-Based on OPENGL setting and location of the light source transform function, called for the implementation of VC6, is to study three-dimensional graphic image of a good example of programming
- 2022-04-24 13:43:39下载
- 积分:1
-
一个相对简单的使用c++读取OPengl纹理的例子,配合使用
一个相对简单的使用c++读取OPengl纹理的例子,配合使用-The use of a relatively simple c++ read OPengl texture example, used in conjunction with
- 2022-01-28 05:16:36下载
- 积分:1
-
佳能矩阵乘法算法,使用OpenMP和C++技术
佳能矩阵相乘算法,利用了openmp与C++技术-Canon matrix multiplication algorithm, use openmp and C++ technology
- 2022-05-18 11:27:53下载
- 积分:1
-
通用的OpenGL控件,可以在此界面的图形框内用OpenGL绘制图形.并且可以调整图形颜色....
通用的OpenGL控件,可以在此界面的图形框内用OpenGL绘制图形.并且可以调整图形颜色.-this is an universal openGL control,we can draw graphics in it`s graph frame using openGL,and we can change the color of the graphics
- 2022-05-27 09:44:45下载
- 积分:1
-
with OpenGL draw a three
用OpenGL绘制一个三维四方形,并可以用鼠标控制四方形的旋转
- 2022-03-16 17:20:44下载
- 积分:1
-
VC using the OpenGL API to prepare a cube, is the entry OpenG typical example of...
VC++下用OpenGL API编写的一个立方体,是OpenG的入门典型范例,调用OpenG API实现-VC using the OpenGL API to prepare a cube, is the entry OpenG typical example of API calls OpenG
- 2022-09-26 00:35:03下载
- 积分:1
-
一个OpenGL例子,我学了一下OpenGL,写了这个代码。
一个OpenGL例子,我学了一下OpenGL,写了这个代码。-An OpenGL example, I learned about OpenGL, wrote this code.
- 2022-05-14 07:29:07下载
- 积分:1
-
该程序使用vc6.0,能够很方便的加载3d模型!
该程序使用vc6.0,能够很方便的加载3d模型!-The procedure used vc6.0, very convenient to be able to load the 3d model!
- 2023-01-09 17:45:03下载
- 积分:1
-
带纹理犹他壶
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