-
opengl简单例子
opengl简单例子-opengl simple example
- 2022-01-25 14:40:11下载
- 积分:1
-
使用openGL绘制简单2d,3d图像。绘制正弦曲线等数学图形。
使用openGL绘制简单2d,3d图像。绘制正弦曲线等数学图形。-The use of openGL drawing simple 2d, 3d image. Sinusoid, such as rendering graphics mathematics.
- 2023-03-30 07:00: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
-
3D游戏与计算机图形学中的数学方法,使用opengl作为图形开发库...
3D游戏与计算机图形学中的数学方法,使用opengl作为图形开发库-3D games and computer graphics of mathematical methods, the use opengl as graphics development libraries
- 2022-10-14 12:45:03下载
- 积分:1
-
落叶飘飞在洒满阳光的道路上,在VC下,对学习VC很有帮助,
落叶飘飞在洒满阳光的道路上,在VC下,对学习VC很有帮助,-飘飞leaves in the path of the sun洒满in the VC, the VC very helpful in learning,
- 2022-07-20 22:28:51下载
- 积分:1
-
opengl programming document
opengl programming document
- 2022-08-05 15:55:31下载
- 积分:1
-
have included this Multiple Document Interface example here because any game dev...
have included this Multiple Document Interface example here because any game development requires a good editor for constructing the world or models. The editor should provide multiple views of the scene and therefore the most intuitive method is to use multiple windows that allow perspective and orthographic views. In my search of the internet I was unable to find any example code that showed how to program an OpenGL Multiple Document Interface application using just straight Win32 programming with no MFC so I decided to program it myself. This MDI example only shows the same scene in each child window but should be easily understandable and modifiable by anyone familiar with programming a standard MDI application using the Win32 API. I will follow up this example with a more complete editor example.
- 2022-01-31 20:36:34下载
- 积分:1
-
vc+opengl 做的例子系统,非常漂亮好看
vc+opengl 做的例子系统,非常漂亮好看-vc+ opengl to do the example system, a very pretty good-looking
- 2022-08-05 14:24:58下载
- 积分: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
-
在VC++环境下运行Opengl得到三维字体,是初学者的好例子。
在VC++环境下运行Opengl得到三维字体,是初学者的好例子。-In VC++ Environment running opengl be three-dimensional character, is a good example for beginners.
- 2022-02-01 19:26:12下载
- 积分:1