-
OpenGL example of an entry
OpenGL的一个入门例子,非常适合新手学习-OpenGL example of an entry
- 2022-08-24 04:38:27下载
- 积分:1
-
纹理映射
纹理映射#include
#ifdef __APPLE__
#include
#else
#include
#endif
GLfloat planes[]= {-1.0, 0.0, 1.0, 0.0};
GLfloat planet[]= {0.0, -1.0, 0.0, 1.0};
GLfloat vertices[][3] = {{-1.0,-1.0,-1.0},{1.0,-1.0,-1.0},
{1.0,1.0,-1.0}, {-1.0,1.0,-1.0}, {-1.0,-1.0,1.0},
&nbs
- 2023-07-29 13:35:04下载
- 积分:1
-
飞机飞行的opengl源代码,使用OpenGL学习。飞行操作…
飞机飞行的opengl源代码,可供opengl学习用。飞机飞行的opengl的源代码,可供opengl的学习用。-aircraft flying opengl source code available for use opengl learning. Flight opengl the source code for the study using opengl.
- 2022-03-20 06:07:41下载
- 积分:1
-
OpenGL高级编程与可视化系统(高级编程篇…
OpenGL高级编程与可视化系统开发(高级编程篇)-8-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) 8
- 2022-02-15 22:11:03下载
- 积分:1
-
这是一个对矩阵的操作算法,即使对矩阵进行转置和乘法。用C语言实现的。...
这是一个对矩阵的操作算法,即使对矩阵进行转置和乘法。用C语言实现的。-This is a matrix operation algorithm, even for matrix transpose and multiplication. Realized with C language.
- 2022-03-23 16:40:52下载
- 积分:1
-
使用OpenGL的纹理映射技术在物体表面绘制图像
使用OpenGL的纹理映射技术在物体表面绘制图像-Use OpenGL texture-mapping technology in the surface rendering image
- 2022-06-13 12:49:24下载
- 积分: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
-
基于OpenGL的图形程序
基于OpenGL的图形程序-OpenGL-based graphics program
- 2022-04-07 00:03:27下载
- 积分:1
-
因为,我们年轻,所以我们有的是创新 有的是个性 有的是自信!!!
但是,我们也要有过硬的技术做后盾所以我们要脚踏实地的学习...
因为,我们年轻,所以我们有的是创新 有的是个性 有的是自信!!!
但是,我们也要有过硬的技术做后盾所以我们要脚踏实地的学习-Because we young, so we have some innovation and some are self-confident personality!!! However, we must have strong technical backing to do so we have to learn down-to-earth
- 2023-05-30 13:10:04下载
- 积分:1
-
这是利用OpenGL开发三维游戏书中的代码,非常经典,有喜欢的朋友一起分享!...
这是利用OpenGL开发三维游戏书中的代码,非常经典,有喜欢的朋友一起分享!-This is the use of OpenGL to develop three-dimensional game code book, very classic favorite has to share with friends!
- 2022-04-12 10:39:55下载
- 积分:1