-
游戏编程,模仿大型地形生成,包含LOD等技术
游戏编程,模仿大型地形生成,包含LOD等技术-game programming, copying large terrain generation, including LOD technology
- 2022-02-27 00:28:50下载
- 积分:1
-
A novice started strongly recommended the book OpenGL book containing a highly p...
一本OpenGL书 新手入门强烈推荐 书内附有源代码 实用价值很高 !-A novice started strongly recommended the book OpenGL book containing a highly practical source code!
- 2022-06-21 23:32:19下载
- 积分:1
-
OpenGL 中的底纹和着色器( iOS )
翻译 maninwest@Codeforge 作者:KarstenK@CodeProject介绍如何在 IOS 上使用 OpenGL 底纹。OpenGL 是个也可在其他平台可用的技术。背景我想更好地了解 OpenGL,因其图形性能和在其他项目中使用的兼容性。 使用代码包含的示例项目是根据 MVC-模式,从Xcode 纯模板衍生而来的, Model-View-Controller 有助于将代码分成有用的片段。ViewController 类名副其实,控制视图工作的方式。重要的是Displaylink,因为这是从显示器中的回调或用于新像素输出的更好的 GUP 计时器。- (void)startDisplayLinkIfNeeded
{
if (!_displayLink) {
self.displayLink = [CADisplayLink displayLinkWithTarget:_viewOpenGL selector:@selector(display)];
[_displayLink addToRunLoop:[NSRunLoop mainRunLoop] forMode:NSRunLoopCommonModes];
}
}GUI 在存储控件的 Main.storyboard 中进行配置。它们通过 outlet(出口) 连接到 ViewController 。开始使用 OpenGL 为了以某种方式使用 OpenGL ,我通过 Objective -C 中的典型单例模式设计了一个 OpenGLContext 类。+ (instancetype)sharedInstance
- 2022-05-08 07:40:50下载
- 积分:1
-
opengl程序 关于mesh的可执行文件
opengl程序 关于mesh的可执行文件-opengl procedures on mesh executable file
- 2022-09-04 01:50:03下载
- 积分:1
-
A simulated aircraft fire near the ground opengl procedures, documentation in th...
一个模拟飞机近地面射击的opengl程序,文件中有相应的模型和算法-A simulated aircraft fire near the ground opengl procedures, documentation in the corresponding model and algorithm
- 2022-06-15 07:07:37下载
- 积分:1
-
Sierpinski海绵自己画的(分形)在VS2005调试通过的程序…
自编的画Sierpinski海绵(分形)的程序,在VS2005下通过调试,需要系统装有OpenGL。-Sierpinski sponge own paintings (fractal) procedures adopted in the VS2005 debugger, the need for systems equipped with OpenGL.
- 2022-02-12 11:36:58下载
- 积分:1
-
一个很好的3D与OpenGL结合的例子,实现多级齿轮的运动,效果很好,在运行程序时请先把提供的.dll文件拷贝到你的系统的 SYSTEM32目录下,否则不能运行...
一个很好的3D与OpenGL结合的例子,实现多级齿轮的运动,效果很好,在运行程序时请先把提供的.dll文件拷贝到你的系统的 SYSTEM32目录下,否则不能运行!-a good combination of 3D and OpenGL example, multi-class sports gear, a good effect, and the operational procedures for the provision when the post. Dll files are copied to your system SYSTEM32 directory, they can run!
- 2022-12-10 21:05:03下载
- 积分:1
-
一个3D地图编辑器. 可以进行卡通勾边渲染
一个3D地图编辑器. 可以进行卡通勾边渲染-A 3D map editor.勾边can be a cartoon rendering
- 2022-05-24 19:09:49下载
- 积分:1
-
三维的空间位置变化! 小键盘控制上下左右前后
三维的空间位置变化! 小键盘控制上下左右前后-three-dimensional spatial location change! The next small keyboard control after about! !
- 2023-03-03 19:55:04下载
- 积分:1
-
用c++画的茶壶(teapot),与计算机图形学OpenGL库
用c++画的茶壶(teapot),与计算机图形学OpenGL库-Using c++ painted teapot
- 2022-04-08 04:32:09下载
- 积分:1