-
利用OPENGL开发的一个三维台球游戏,程序中包括球与球间的碰撞检测...
利用OPENGL开发的一个三维台球游戏,程序中包括球与球间的碰撞检测-use OpenGL 3D developed a billiards game, procedures, including ball and the ball Collision Detection
- 2023-08-03 01:00:03下载
- 积分:1
-
OpenGL三维图形系统开发与实例
OpenGL三维图形系统开发与实例-OpenGL 3-D graphics system development and examples
- 2023-04-28 05:55:02下载
- 积分: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
-
NeHe)的OpenGL教程
NeHe)的OpenGL教程- 二次曲面 第十八课 二次曲面是一种画复合对象的方法,这种方法通常并不需要很多的三角形。-binding for the Java language) OpenGL tutorial-conicoid 18th class conicoid painting is a composite object method, which does not usually need a lot of the triangle.
- 2022-07-13 06:55:37下载
- 积分:1
-
对于一个类似于其他程序结构制备的opengl程序…
OpenGL编写的程序结构类似于用其他语言编写的程序。实际上,OpenGL是一个丰富
的三维图形函数库,编写OpenGL程序并非难事,只需在基本C语言中调用这些函数,用法同-OpenGL procedures for the preparation of a structure similar to other procedural languages. In fact, OpenGL is a rich three-dimensional graphics library, OpenGL procedure is not difficult to prepare, just in the basic C language calls to these functions, use the same
- 2023-08-24 13:55:03下载
- 积分:1
-
基于openGL的虚拟教室
一、 作业要求
用openGL制作一个虚拟教室。要求视角可变化,教室里的物品不少于五件。
二、 完成情况
我的openGL虚拟教室完成情况如下:
1、 绘制出的教室里的基本物体:黑板、讲台、投影仪、空调、门窗、音响、九张桌子、九张凳子等。虚拟教室整体看上去接近真实生活中的教室。
2、 添加了灯光和纹理效果:门窗以及空调均是用纹理贴出来的。使教室看起来更加生动形象。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-12 02:00:33下载
- 积分:1
-
OpenGL源代码,主要用于初学者学习OpenGL的基本语法时用。
OpenGL源代码,主要用于初学者学习OpenGL的基本语法时用。-OpenGL source code, mainly for the OpenGL beginners learn the basic syntax used.
- 2022-01-26 08:15:48下载
- 积分:1
-
在下面的程序中,显示对一个网状球体的裁减
在下面的程序中,显示对一个网状球体的裁减-In the following procedure, showed a net reduction of the sphere
- 2022-03-24 09:35:52下载
- 积分:1
-
use OpenGL development of the VC GeoShpere source.
用OPENGL+VC开发的GeoShpere源程序.-use OpenGL development of the VC GeoShpere source.
- 2022-08-03 04:53:33下载
- 积分:1
-
openGL读obj文件构建三维模型
资源描述
openGL读取obj文件构建三维模型:
1) 使用半边结构(half edge data structure)读入一个三维网格模型,并在屏幕上显示;
2) 支持仅显示网格效果,仅显示顶点效果(自己设定顶点颜色),仅显示三角面效果(自己设定面颜色)以及同时显示面和边的效果;
3) 要读入的模型见附件“eight.uniform.obj”;
4) 四种显示方式参考效果见附件“模型显示.png”。
- 2023-08-09 17:00:06下载
- 积分:1