-
很经典的OPENGL程序
很经典的OPENGL程序-classic procedures of OpenGL
- 2023-08-30 10:00:02下载
- 积分:1
-
我学了一下OpenGL,写了这个代码。用C语言编写的,仅供娱乐
我学了一下OpenGL,写了这个代码。用C语言编写的,仅供娱乐-me a bit OpenGL, write this code. C language, is for Entertainment
- 2022-04-29 04:34:51下载
- 积分:1
-
增加的典型方法
The typical approach to adding in-game media such as movies and television has been to cycle through a series of textures. In order to play even a short show meant that a lot of texture swapping and memory had to be used, so the idea was to replace this method with a MPEG decoder and display each pixel as a polygon. I believe this is the first example of this method for two main reasons, firstly it takes a lot of processing to read the frames and display the large number of polygons but this is no longer a problem with the latest video cards, and secondly, it is no picnic writing a MPEG decoder. Fortunately I didn t have to write the MPEG decoder, I have used and modified the freely available source code ported to Win32 by Thanassis Tsiodras which was originally released by the University of California in 1992, back when there was a greater open source ethic.
- 2023-01-19 08:00:04下载
- 积分:1
-
Program on the basis of the object
Program on the basis of the object-oriented programming with detailed comments. Executes drawing of ground, dear, at home, trees and lines of electricity transmissions.
- 2023-01-31 19:50:03下载
- 积分:1
-
Three
三维地形漫游,叠加纹理,对学习三维地形显示的有较大帮助。-Three-dimensional terrain walkthrough, superimposed texture, three-dimensional topography of the study have shown a greater help.
- 2022-05-26 07:04:40下载
- 积分:1
-
光线投射算法具体实现
该程序包含了球体,立方体,圆锥等的实现,是经典教程,计算机图形学上的实例,对学习计算机图形学和要提高编程能力的同学来说是很好的资源。
- 2023-03-24 08:55:04下载
- 积分: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
-
nurbsCurve这个程序作为曲线拟合使用的.其中要用到OpenGL的某些库...
nurbsCurve这个程序作为曲线拟合使用的.其中要用到OpenGL的某些库-nurbsCurve this procedure as used in curve fitting. Which to use OpenGL some library
- 2022-02-21 07:25:40下载
- 积分:1
-
5dg OpenGL的3D对象
5DG S 3D Objects OpenGL-5DG S OpenGL 3D Objects
- 2022-07-09 07:59:04下载
- 积分:1
-
Opengl/glut.h Viscal C++
Opengl/glut.h Viscal C-Opengl/glut.h Viscal C++
- 2022-07-18 14:44:59下载
- 积分:1