-
NEHE的opengl教程9
NEHE的opengl教程9-48章,前8章有中文翻译故没放上来,这是更新到目前的完整Nehe opengl教程-NEHE Guide 9-48 chapter, the former Chapter 8 there is no Chinese translation Fangshanglai. This is the update to the current integrity Nehe opengl Guide
- 2022-04-27 09:48:11下载
- 积分:1
-
openGL 太阳 地球 光照代码
本代码适合学习OpenGL光照编程的同学们,描述了地球绕太阳旋转,在不同角度受到不同太阳光的动态过程。
- 2022-03-23 20:25:59下载
- 积分:1
-
nehe教程源代码,全部来自官方网站,对初学者有很大帮助,有关nehe的教程可以在本站下载得到。...
nehe教程源代码,全部来自官方网站,对初学者有很大帮助,有关nehe的教程可以在本站下载得到。-Tutorial nehe source code, all from the official website of great help for beginners, the tutorials can nehe download site.
- 2022-04-08 23:50:09下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
光线投射算法具体实现
该程序包含了球体,立方体,圆锥等的实现,是经典教程,计算机图形学上的实例,对学习计算机图形学和要提高编程能力的同学来说是很好的资源。
- 2023-03-24 08:55:04下载
- 积分:1
-
学习OpenGL的最好程序
学习OpenGL的最好程序-learning OpenGL the best procedures
- 2022-03-18 22:05:44下载
- 积分:1
-
OPENGL 3轴机器人完整程序
OPENGL 3轴机器人 雅克比计算 正逆运动学,适合初学者!希望能对大家有用,有不对的地方,请大家见谅!完整的源程序代码,可以自信的阅读一下!
- 2022-08-14 20:44:56下载
- 积分:1
-
把OpenGL转换为AVI动画片
把OpenGL转换为AVI动画片-put OpenGL converted to AVI animation
- 2022-08-07 02:43:10下载
- 积分:1
-
关于图形学的象素拷贝
关于图形学的象素拷贝-on graphics pixel copy
- 2023-08-19 06:35:04下载
- 积分:1
-
famous Nehe OpenGL tutorial source VC matching 31
著名的Nehe的OpenGL教程VC++配套源码31-40课,适合OpenGL初学者使用,作者在他的程序中已详加注释-famous Nehe OpenGL tutorial source VC matching 31-40 class, suitable for beginners to use OpenGL, the author of the procedures he has been careful Notes
- 2022-06-27 11:50:56下载
- 积分:1