-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-04-15 23:43:04下载
- 积分:1
-
一个简单的OPENGL画球和立方体的程序。用鼠标拖动可以在视图上画出相应大小的球和立方体,并在树型列表中显示个数和名称。并与视图中的球和立方体相关联。能在视图中...
一个简单的OPENGL画球和立方体的程序。用鼠标拖动可以在视图上画出相应大小的球和立方体,并在树型列表中显示个数和名称。并与视图中的球和立方体相关联。能在视图中改变位置和大小。-a simple OpenGL ball and cube painting process. Drag the mouse can be used in the corresponding view on the size of a paint ball and cube and the tree list shows the number and names. And with the view of the ball and the associated cube. Views can change in location and size.
- 2022-05-24 16:55:54下载
- 积分:1
-
程序中作用是简单几何物体在visual c++ 下 opengl 实现 采用OpenGL API编写的一个多彩的立方体...
程序中作用是简单几何物体在visual c++ 下 opengl 实现 采用OpenGL API编写的一个多彩的立方体
- 2022-02-07 19:21:14下载
- 积分:1
-
类似VC MDI界面的Opengl程序,使得可在同一界面下显示多种视图。用dev...
类似VC MDI界面的Opengl程序,使得可在同一界面下显示多种视图。用dev-C++编译-similar VC Opengl MDI interface that allows the same interface can be shown under a variety of views. With dev- C compiler
- 2022-07-26 04:26:15下载
- 积分: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
-
5dg的Win32框架
5DG S Win32 Framework
- 2022-09-20 00:30:03下载
- 积分:1
-
虚拟现实的仿真中 特效是不可不要的 爆炸效果更是 在很多场合都能用的到的
虚拟现实的仿真中 特效是不可不要的 爆炸效果更是 在很多场合都能用的到的 -Virtual Reality Simulation in the effects of the explosion is not the effect is on many occasions to be able to use the
- 2022-01-25 16:27:38下载
- 积分:1
-
点云处理程序
本程序实现了点云数据得读取,支持整体和局部的缩放、平移、旋转操作,源码很齐全,已通过调试,完美运行,,欢迎大家下载!!!!!!!!!
- 2023-08-15 20:50:06下载
- 积分:1
-
OPENGL开发,可以自由行走的空间的源程序.
OPENGL开发,可以自由行走的空间的源程序.-OpenGL development, can take free exercise of the space of the source.
- 2022-04-18 19:27:51下载
- 积分:1
-
关于三维地形的OPENGL代码
关于三维地形的OPENGL代码-on the OpenGL 3D terrain code
- 2022-11-26 20:20:03下载
- 积分:1