-
一个实现了透视立体效果的opengl程序,在这个程序中你将开始学习如何创建三维物体,效果很不错。...
一个实现了透视立体效果的opengl程序,在这个程序中你将开始学习如何创建三维物体,效果很不错。-a lens to achieve a three-dimensional effect of opengl procedures, In this process you will begin to learn how to create three-dimensional objects, the effect is pretty good.
- 2022-04-10 03:39:38下载
- 积分:1
-
详细讲解如何在窗口中绘图的例子,十分实用易懂
详细讲解如何在窗口中绘图的例子,十分实用易懂-Elaborate on how the graphics in the window example of a very practical easy to understand
- 2022-01-25 19:01:11下载
- 积分:1
-
一个opengl模拟天空山地的源程序
一个opengl模拟天空山地的源程序-A simulation of the sky mountains opengl source
- 2022-04-10 11:38:06下载
- 积分:1
-
an Open GL demo
an Open GL demo
- 2022-07-25 22:23:16下载
- 积分:1
-
我学习opengl时的东西,希望对大家
有所帮助!!!
我看了,还不错,听荣毅如们!...
我学习opengl时的东西,希望对大家
有所帮助!!!
我看了,还不错,听荣毅如们!-opengl I am learning things that help you right! ! ! I read, quite good, as heard Rong-yi!
- 2022-10-03 07:20:03下载
- 积分:1
-
在OpenGL的烟花
控制台应用程序:屏保项目概述
- 2022-06-01 09:21:30下载
- 积分:1
-
bezier曲线。简单的。
相当简单,相当之简单
bezier曲线。简单的。
相当简单,相当之简单-Bezier curves. Simple. Very simple, very simple
- 2022-03-24 15:47:53下载
- 积分:1
-
OpengGL 3Dobj文件读取 着色
读取一个obj文件,obj文件中包括三维点,点的颜色,面。然后对显示的网格使用着色器GLSL进行着色,代码中有着色的顶点着色器和片段着色器
注:运行OpenGL程序应该先配置好glut和glew
- 2022-02-02 05:54:58下载
- 积分: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
-
a high
a high-performance 3D game engine source code, good things ah, not daring to stay -a high-performance 3D game engine source code, good things ah, not daring to stay
- 2023-03-26 10:35:03下载
- 积分:1