-
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
-
C++源程序,MFC和OpenGL的B
C++ source, MFC and OpenGL B-Spline draw
- 2023-08-18 19:55:04下载
- 积分: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
-
又一个互动机械臂OpenGL,Visual C++,通过鼠标中键实现功能,例如原地旋转机械臂, 弯曲机械臂...
又一个互动机械臂OpenGL,Visual C++,通过鼠标中键实现功能,例如原地旋转机械臂, 弯曲机械臂-also an interactive manipulator OpenGL, Visual C, the middle mouse button function and For example, in situ rotary manipulator, bending manipulator
- 2022-03-19 08:47:47下载
- 积分: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
-
Three
三到四个三角形,每边以中心为中心切割做图形,并用RGB颜色表示它们适合初学者所以初学者也应该使用
- 2022-01-26 05:51:11下载
- 积分:1
-
在VC中实现OpenGL三维图形的程序,这个程序实际上是一个FRA…
在VC中实现OpenGL实现3D绘图的好程序 这个程序实际上是一个框架 有了他就可以把在CONSOLE 中的OPENGL程序移植过来 便于GDI图形接口下 实现实时3D开发-in VC achieve OpenGL 3D graphics of the program this procedure is actually a framework has he can in the OpenGL CONSOLE transplant procedures to facilitate GDI graphics interfaces to the development of real-time 3D
- 2022-01-21 04:07:25下载
- 积分:1
-
a plug
一个支持OpenGL的插件视图类(98KB)-a plug-in support OpenGL View category (KB)
- 2023-05-26 03:30:03下载
- 积分:1
-
MFC 加载3ds文件
使用opengl 加载3ds 文件并显示,对于初学者有很大的帮助。。
- 2022-02-06 07:21:25下载
- 积分:1
-
在opengl程序中如何控制mdl动画,程序运行需要特殊环境,可能有文件残缺,不能运行...
在opengl程序中如何控制mdl动画,程序运行需要特殊环境,可能有文件残缺,不能运行-in opengl process control Ktschau animation, special procedures required for the operation of the environment, it may be incomplete document, not run
- 2023-06-22 19:55:03下载
- 积分:1