-
based on the OpenGL 3D terrain and sky simulation roaming procedures
基于OPENGL的三维天空与地形模拟漫游程序-based on the OpenGL 3D terrain and sky simulation roaming procedures
- 2023-02-03 20:20:04下载
- 积分:1
-
一个基于OPENGL技术创建立体模型的实例
一个基于OPENGL技术创建立体模型的实例- Founds the three-dimensional model based on the OPENGL
technology the example
- 2023-03-20 11:35:03下载
- 积分:1
-
OpenGL + mfc.very好的OpenGL程序,很难发现。
opengl+mfc.very good opengl program,very hard to found.
- 2023-07-29 18:45:04下载
- 积分:1
-
VC+OPENGL动态几何画图软件源代码,可以做三维环境下的图形,快下载哦!^_^要不就成商业版了。...
VC+OPENGL动态几何画图软件源代码,可以做三维环境下的图形,快下载哦!^_^要不就成商业版了。-VC OpenGL dynamic geometric drawing software source code, can do 3D graphics environment, the faster download! ^ _ ^ Median into the commercial version.
- 2022-03-15 10:05:44下载
- 积分:1
-
c#下的opengl编程程序
c#下的opengl编程程序-the opengl programming procedures
- 2022-01-31 15:02:05下载
- 积分: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实现的一个小游戏 包括人机交互
人工智能的实现
用OpenGL实现的一个小游戏 包括人机交互
人工智能的实现-Using OpenGL realize a small game, including the realization of human-computer interaction Artificial Intelligence
- 2022-07-25 15:13:28下载
- 积分:1
-
汉化特别版为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下用贴图得方法绘制静态得天空盒,不过里面只有.cpp文件,没有可执行文件。...
在opengl下用贴图得方法绘制静态得天空盒,不过里面只有.cpp文件,没有可执行文件。-in opengl using textures mapping methods in static in the sky boxes, but inside only. Cpp file, no executable files.
- 2022-07-18 20:44:45下载
- 积分:1
-
OpenGL代码,显示在贪婪的立方体。颜色方法和三维图形
opengl code, shows the cube in greed. colour method and 3d graphic-opengl code, shows the cube in greed. color method and 3d gra phic
- 2022-02-03 18:55:23下载
- 积分:1