-
一个简单的OPENGL源程序,看后会很有收获
一个简单的OPENGL源程序,看后会很有收获-a simple OpenGL source, it would be useful to see after harvest
- 2022-03-23 20:36:48下载
- 积分:1
-
OPENGL basic program
可以实现xyz的旋转分别由up,down,left,right d,u控制;这是一个最基本的框架程序
- 2022-01-26 14:06:01下载
- 积分:1
-
this is sample demo of using jogl with shaders in GL2ES2 format.
this is sample demo of using jogl with shaders in GL2ES2 format.
- 2022-02-12 14:25:01下载
- 积分:1
-
Prepared by nVIDIA' s CG language on the development of a description. Is a g...
由nVIDIA公司编写的一套关于CG语言的开发介绍。是显卡编程开发人员必备书籍。-Prepared by nVIDIA" s CG language on the development of a description. Is a graphics program developers must have books.
- 2022-01-29 03:51:18下载
- 积分: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实现对环境光、物体质材、颜色等多种结合起来的模拟程序界面等各方面的都源于自己的设计,,Visual C++...
用OpenGL实现对环境光、物体质材、颜色等多种结合起来的模拟程序界面等各方面的都源于自己的设计,,Visual C++
-use OpenGL light on the environment, on physical build, color combination of a variety of simulation program interface, and other aspects of their originates in the design, Visual C
- 2023-06-26 05:20:04下载
- 积分:1
-
the VC OpenGL graphics development of the program's source code
有关OPENGL的VC++开发的图形处理程序的源代码-the VC OpenGL graphics development of the program"s source code
- 2022-01-31 10:31:51下载
- 积分:1
-
在C#中使用CsGL实现OpenGL反锯齿直线效果的一个例子。
在C#中使用CsGL实现OpenGL反锯齿直线效果的一个例子。 -in C# using OpenGL CsGL achieve straight-aliased effects of an example.
- 2023-04-03 03:50:04下载
- 积分:1
-
opengl导入3ds模型
OpenGL导入3ds模型 将3ds格式的模型导入到OpenGL 工程中并显示出来
采用面向对象的方法,用C++实现基于OPENGL导入3DS文件
- 2022-02-13 21:23:14下载
- 积分:1
-
obj文件读取源码
使用vector进行obj文件的读取,obj文件的格式都是以v,vn,vt,f等开头的坐标,所以在文件读取的时间就一行一行的去读,然后对标记以及数值进行存储,通过使用vector中的各种函数实现存储
- 2022-02-20 13:44:18下载
- 积分:1