-
graphics third experiment, the two main line drawing algorithm.
图形学第三次实验报告,主要实现两种画线的算法。-graphics third experiment, the two main line drawing algorithm.
- 2022-08-11 16:18:42下载
- 积分:1
-
OpenGl的例子
OpenGl的例子-OpenGl
- 2022-02-21 01:20:14下载
- 积分: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 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
-
基于地形的动态实时生成
应用背景通过给定的DEM数据进行地形绘制,利用OpenGL来实现绘制并且通过漫游实现对地形的实时性的生成以及浏览。利用LOD技术实现多分辨率的地形生成。关键技术关键技术是采用OpenGL中的函数首先对DEM数据进行绘制,在绘制之后通过纹理贴图让绘制好的地形变得真实,然后通过LOD技术使地形的漫游更加逼真
- 2022-02-15 10:09:13下载
- 积分:1
-
一个很不错的M3D格式导入OPENGL的程序,十分有借鉴意义
一个很不错的M3D格式导入OPENGL的程序,十分有借鉴意义-A very nice M3D format of import OPENGL procedure is very worth learning
- 2023-03-28 18:20:03下载
- 积分:1
-
vc环境下应用opengl进行变形的小程序
vc环境下应用opengl进行变形的小程序-A samll program use OpenGL perform picture transformation (develop in VC)
- 2022-10-30 05:35:03下载
- 积分:1
-
利用所学的计算机图形学的知识编制的三维物体之三棱锥图形,其中利用的是VC和OPENGL的结合在OPENGL编程下完成的,具有非常好的参考价值...
利用所学的计算机图形学的知识编制的三维物体之三棱锥图形,其中利用的是VC和OPENGL的结合在OPENGL编程下完成的,具有非常好的参考价值-use their knowledge of computer graphics prepared by the three-dimensional objects ter pyramid graphics, which use the VC and the integration of the OpenGL programming OpenGL completed, with a very good reference value
- 2023-02-10 00:10:04下载
- 积分:1
-
Opengl realize the use of fireworks effects, belonging to a particle effect.
利用opengl实现的礼花效果,属于粒子效果的一种。-Opengl realize the use of fireworks effects, belonging to a particle effect.
- 2022-12-20 05:45:03下载
- 积分:1
-
本程序是基于opengl平台的c++代码,主要体现的是一个融合图片的旋转立方体....
本程序是基于opengl平台的c++代码,主要体现的是一个融合图片的旋转立方体.-this program is based on the platform opengl c code, the main picture is a fusion of rotating cube.
- 2023-02-13 16:20:03下载
- 积分:1