-
OpenGL的运动机器人的演示程序,适合初学者使用,基于W ..
OpenGL的运动机器人演示适合初学者使用的程序,基于win32。-Robot movement OpenGL demo program suitable for beginners to use, based on the win32.
- 2022-02-11 18:01:51下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码
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-07-10 02:44:39下载
- 积分:1
-
OPENGL实现星星旋转
本程序可以绘制出星星旋转的效果
1) 多个星星绕着一个中心旋转;
2) 效果类似螺旋的效果;
3) 星星的颜色不同;
4) 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-16 13:16:48下载
- 积分:1
-
汉化特别版为DirectX和OpenGL游戏设计的通用工具
汉化特别版为DirectX和OpenGL游戏设计的通用工具-Speaking of special edition for DirectX and OpenGL games designed for general-purpose tool
- 2022-02-05 04:53:14下载
- 积分:1
-
OpenGL场景漫游
用 openGL 绘制一个虚拟教室场景。要求实现视角可变化以及漫游功能,教
室里的物品不少于五件。运用 openGL 图形库函数,基于 visualc++6.0 平台绘制一个虚拟教室的步骤大概如下:
1. 首先建立起一个教室的整体框架,即画出一个空间坐标系中的长方体,当然四个面
均可使用 GL_QUADS 来实现,只要定下教室的大小以及在空间坐标系中的位置,即
可定下八个顶点坐标。
这是我绘制教室这个大场景的部分代码截图:
- 2022-11-23 22:40:14下载
- 积分: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的学习源代码,很容易上手的
OPENGL的学习源代码,很容易上手的-OpenGL study the source code, it is easy to get started with the
- 2022-03-14 17:08:44下载
- 积分:1
-
opengl examples of the good works of the integration of some of the current tech...
opengl 事例,该作品很好的融合了现在的一些处理技术,附原代码!-opengl examples of the good works of the integration of some of the current technology, with the original code!
- 2022-11-03 00:50:04下载
- 积分:1
-
使用OpenGL,图形的缩放的三个典型案例,绘制球灯…
OpenGL的使用,三个典型的例子,分别为图形的缩放,绘制光源照射的球体。雾的使用-use OpenGL, three typical examples of the scaling graphics, drawing the ball light irradiation. The use of fog
- 2022-03-01 13:38:40下载
- 积分:1
-
本程序是基于opengl平台C生成的代码,图形表达…
本程序是基于opengl平台而生成的c++代码,其表达的图形是地球(球体).-this program is based on the platform opengl c generated code, the graphic expression of the Earth (ball).
- 2022-03-18 00:01:59下载
- 积分:1