-
3个齿轮相互咬合运动的程序
3个齿轮相互咬合运动的程序-3 gear mutual occlusal movement procedures
- 2022-01-26 02:46:33下载
- 积分:1
-
openGL source code, using Bezier curves realized OPENGL
openGL源代码,用OPENGL实现了Bezier曲线-openGL source code, using Bezier curves realized OPENGL
- 2022-11-08 16:15:02下载
- 积分:1
-
教你如何看VC OpenGL。ASE文件的程序
这是一个教你如何在vc+OpenGL中读取.ASE文件的程序-teach you how to read vc OpenGL. ASE documentation procedures
- 2022-05-14 03:09:14下载
- 积分:1
-
一个基于MFC对话框的Opengl程序,给出了使用一般VC++开发基于MFC的Opengl的框架。...
一个基于MFC对话框的Opengl程序,给出了使用一般VC++开发基于MFC的Opengl的框架。-an MFC dialog on the Opengl procedures, given the use of general VC-based MFC Opengl framework.
- 2022-03-26 02:10:14下载
- 积分:1
-
利用opengl,利用基于中点偏移算法来实现云的模型
利用opengl,利用基于中点偏移算法来实现云的模型-Use opengl, offset-based algorithm to achieve the mid-point of the model cloud
- 2022-05-29 08:26:26下载
- 积分:1
-
用OPENGL实现的,可以用来实现定点的Bezier曲线曲面的绘制.用VC环境加上OPENGL实现.非常方便!...
用OPENGL实现的,可以用来实现定点的Bezier曲线曲面的绘制.用VC环境加上OPENGL实现.非常方便!-use OpenGL, which can be used for the sentinel Bezier curve drawing. VC environment with OpenGL. Very convenient!
- 2022-11-29 19:05:03下载
- 积分:1
-
虚拟现实,VC++实现。厦门大学海韵园区教学楼的简单三维模型
厦门大学海韵园区教学楼的简单三维模型,opengl-Teaching Building, Xiamen University, Rhine Park, a simple three-dimensional model, opengl
- 2022-02-26 13:34:52下载
- 积分: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
-
VC OpenGL, a game engine
VC+OpenGL,一个游戏引擎-VC OpenGL, a game engine
- 2023-02-10 05:10:04下载
- 积分:1
-
一个基于OPENGL技术创建立体模型的实例
一个基于OPENGL技术创建立体模型的实例- Founds the three-dimensional model based on the OPENGL
technology the example
- 2023-03-20 11:35:03下载
- 积分:1