-
汉化特别版为DirectX和OpenGL游戏设计的通用工具
汉化特别版为DirectX和OpenGL游戏设计的通用工具-Speaking of special edition for DirectX and OpenGL games designed for general-purpose tool
- 2022-02-05 04:53:14下载
- 积分:1
-
opengl 人机交互范例
利用openGL实现的的一个人机交互的例子,构建一个3D的虚拟岛,可以控制视角以及上下左右前后移动,是制作游戏的基础,也是初识openGL同学的非常好的例子,希望大家珍惜
- 2023-01-30 05:00:08下载
- 积分:1
-
opengl simple combination of mapping and dynamic so that the primary comparison...
opengl简单的绘制与动态的结合,使比较初级的程序-opengl simple combination of mapping and dynamic so that the primary comparison procedures
- 2023-07-11 08:35:02下载
- 积分:1
-
光照阴影程序
opengl创建的一个楼房模型,有光照阴影,3D视角,适合opengl入门,用的是最新的版本语言,新手可以参照此程序规范代码
- 2022-04-16 00:03:45下载
- 积分:1
-
一个有关OpenGL的源代码,还是比较有用的,里面的代码相当详尽,对于OPENGL的使用方面有较大帮助,俺花了大规模时间来开发的呀,呵呵 望大家一起学习改进...
一个有关OpenGL的源代码,还是比较有用的,里面的代码相当详尽,对于OPENGL的使用方面有较大帮助,俺花了大规模时间来开发的呀,呵呵 望大家一起学习改进-one of the OpenGL source code, it is still useful, inside the code in considerable detail, the use of OpenGL for a greater help, I spent a large-scale development time to it, huh hope we will study together to improve
- 2023-03-31 20:30:03下载
- 积分: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
-
nurbs algorithm realize some source,
nurbs算法实现部分源码,-nurbs algorithm realize some source,
- 2022-09-27 15:35:02下载
- 积分:1
-
SodukoPrision
soduki改成C++,OpenGL。这是一个模板的游戏,在C++中使用OpenGL API的一些事情。
- 2022-03-19 05:36:50下载
- 积分:1
-
使用BASIC语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。...
使用BASIC语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。-The use of BASIC language to construct a OpenGL program can display the source code, the basic framework of the categories are for the use of will realize the preparation of the corresponding code.
- 2022-02-05 16:29:10下载
- 积分:1
-
linux平台下的raytracer(光线追踪)算法
在linux/mac系统下实现的raytracer算法,包括反射、折射、阴影效果,可以增加光源,可以去锯齿运行方法:进入文件夹,在终端下编译makefile文件程序运行后会产生scene.bmp图片,在mac下看不到窗口里显示的图片,需要看scene才能看到效果,linux下可以直接在窗口里看到图片
- 2022-01-21 21:20:22下载
- 积分:1