-
另一个项目,使简单的太阳能系统…太阳在中心和所有行星…
this another project to make simple solar system... sun at centre and all planets around-this is another project to make simple solar system... sun at centre and all planets around...
- 2022-02-02 18:50:27下载
- 积分:1
-
The OpenGLR Graphics System Specification英文原版的基于Java的OpenGL开发手册,程序员专用收藏...
The OpenGLR Graphics System Specification英文原版的基于Java的OpenGL开发手册,程序员专用收藏-The OpenGLR Graphics System Specification English original Java-based OpenGL development manual, the programmer exclusive collection
- 2023-03-09 23:25:02下载
- 积分:1
-
OpenGL超级宝典(第五版)源代码
OpenGL超级宝典(第五版)源代码
OpenGL超级宝典(第五版)源代码
OpenGL超级宝典(第五版)源代码
重要的事情说三遍
内含适合各种系统的代码
- 2022-02-10 08:38:56下载
- 积分:1
-
openGL中机器人漫游程序
在OpenGL中创建了机器人框架模型和运动环境框架模型,能够进行虚拟漫游,并且能够进行避障等行为。
- 2023-04-29 16:55:04下载
- 积分:1
-
3D游戏与计算机图形学中的数学方法,使用opengl作为图形开发库...
3D游戏与计算机图形学中的数学方法,使用opengl作为图形开发库-3D games and computer graphics of mathematical methods, the use opengl as graphics development libraries
- 2022-10-14 12:45:03下载
- 积分:1
-
OpenGL, Visual C++
一个带有经纬线的地球模型,通过mouse function能够朝各个方向旋转...
OpenGL, Visual C++
一个带有经纬线的地球模型,通过mouse function能够朝各个方向旋转-OpenGL, Visual C with a latitude and longitude lines of the earth model, through the mouse to function in all directions rotation
- 2022-05-13 14:10:47下载
- 积分:1
-
很好的OPENGL 程序
很好的OPENGL 程序-good OpenGL procedures
- 2022-01-28 00:37:12下载
- 积分:1
-
这是一个读取ASCII服装动画OpenGL代码,如果想玩游戏,等。
这是一个读取ASCII码的服饰动画制作OPENGL代码,如果想玩游戏制作,那么就该看看这个代码.-This is a read ASCII costumes animation OpenGL code, if want to play the game, then this look at the code.
- 2022-09-30 12:55:03下载
- 积分:1
-
一个光照效果的小实例,可以学习OpenGL编程
一个光照效果的小实例,可以学习OpenGL编程-a lighting effect of small examples, we can learn from OpenGL Programming
- 2022-08-03 13:25:07下载
- 积分: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