-
OpenGL high
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-03-23 02:00:27下载
- 积分:1
-
初学OpenGL很好的框架,添加了画出三角形和四边形的代码,完成上色并且实现了旋转效果,入门基础。
初学OpenGL很好的框架,添加了画出三角形和四边形的代码,完成上色并且实现了旋转效果,入门基础。-Good beginner OpenGL framework, added a painted triangle and quadrilateral code, complete and realize the rotating color effect, the basis for entry.
- 2022-05-22 08:11:20下载
- 积分:1
-
opengl小程序
关于3d俄罗斯方块的一个opengl的源代码,小程序很精美很好玩。不是原创的,在网上找的,与大家分享
- 2023-03-15 11:05:03下载
- 积分:1
-
opengl 人机交互范例
利用openGL实现的的一个人机交互的例子,构建一个3D的虚拟岛,可以控制视角以及上下左右前后移动,是制作游戏的基础,也是初识openGL同学的非常好的例子,希望大家珍惜
- 2023-01-30 05:00:08下载
- 积分: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
-
Opengl/glut.h Viscal C++
Opengl/glut.h Viscal C-Opengl/glut.h Viscal C++
- 2022-07-18 14:44:59下载
- 积分:1
-
use OpenGL simulated solar system planet operation, rotating Opengl beginners le...
利用OpenGL模拟太阳系星球运转,Opengl初学者学习旋转等基本函数的很好实例-use OpenGL simulated solar system planet operation, rotating Opengl beginners learn the basic functions of a good example
- 2022-04-12 00:49:23下载
- 积分:1
-
纹理映射,教你如何对已经编好的模型进行贴图等
纹理映射,教你如何对已经编好的模型进行贴图等-Texture mapping, teach you how to have made such a good model for mapping
- 2022-03-06 00:05:57下载
- 积分:1
-
VC、Opengl编写的绘图程序 包含源码和执行程序 介绍了Opengl多视口的应用...
VC、Opengl编写的绘图程序 包含源码和执行程序 介绍了Opengl多视口的应用-VC, Opengl procedures for the preparation of graphics and includes source code enforcement procedures introduced more as I Opengl Application
- 2022-03-18 05:16:08下载
- 积分:1
-
这是OPENGL的第三个例子,实现了鼠标移动来使物体旋转的且透明处理
这是OPENGL的第三个例子,实现了鼠标移动来使物体旋转的且透明处理-This is the third example OPENGL, realize the mouse to make rotating objects and transparent treatment
- 2022-02-24 22:44:17下载
- 积分:1