-
OpenGL教程基础教程,chm格式
OpenGL教程基础教程,chm格式-OpenGL based tutorial guides, chm format
- 2022-05-19 03:53:43下载
- 积分:1
-
OpenGL foundation to the friend which begins studies
OpenGL may have a look to s...
OpenGL基础 对初学OpenGL的朋友可以看看
里面对于基本图形绘制说的很明白
是本不错的书-OpenGL foundation to the friend which begins studies
OpenGL may have a look to say regarding the basic graph plan
understood very much is this good book
- 2022-02-03 21:19:17下载
- 积分:1
-
OpenGL中用3dsmax的类,就可以在OpenGL中直接使用3dsmax模型,而不用在OpenGL中极其复杂的建模了...
OpenGL中用3dsmax的类,就可以在OpenGL中直接使用3dsmax模型,而不用在OpenGL中极其复杂的建模了-3dsmax using the OpenGL category, we can use OpenGL directly 3dsmax model, and not in OpenGL extremely complex modeling of
- 2023-04-17 06:15:03下载
- 积分:1
-
openGL读obj文件构建三维模型
资源描述
openGL读取obj文件构建三维模型:
1) 使用半边结构(half edge data structure)读入一个三维网格模型,并在屏幕上显示;
2) 支持仅显示网格效果,仅显示顶点效果(自己设定顶点颜色),仅显示三角面效果(自己设定面颜色)以及同时显示面和边的效果;
3) 要读入的模型见附件“eight.uniform.obj”;
4) 四种显示方式参考效果见附件“模型显示.png”。
- 2023-08-09 17:00:06下载
- 积分: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
-
opengl rendering profile line source code
opengl绘制剖面线源代码-opengl rendering profile line source code
- 2022-02-04 00:03:43下载
- 积分:1
-
openGL 太阳 地球 光照代码
本代码适合学习OpenGL光照编程的同学们,描述了地球绕太阳旋转,在不同角度受到不同太阳光的动态过程。
- 2022-03-23 20:25:59下载
- 积分:1
-
很经典的OPENGL程序
很经典的OPENGL程序-classic procedures of OpenGL
- 2023-08-30 10:00:02下载
- 积分:1
-
opengl虚拟地形
opengl编程篇,是一个关于虚拟地形场景漫游,导弹发射的程序,很适合初学者的,值得研究
- 2022-04-28 10:27:02下载
- 积分:1
-
openGL下怎么做图一 视窗的制作和显示
openGL下怎么做图一 视窗的制作和显示-how to do a map window and display production
- 2023-08-20 14:20:03下载
- 积分:1