-
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
-
meshlib是多边形网格创建、编辑和模型库。meshlib已…
MeshLib is our polygon mesh creation, editing and modeling library. MeshLib has been used in all our mesh modeling plug-ins for various CAD systems as well as standalone applications.
- 2022-05-15 23:45:54下载
- 积分:1
-
关于CT断层图像三维重建中体绘制技术研究与应用的毕业论文
关于CT断层图像三维重建中体绘制技术研究与应用的毕业论文-About three-dimensional reconstruction of CT images in volume rendering technology research and application of the thesis
- 2022-11-03 18:05:03下载
- 积分:1
-
通过OpenGl构造三维地形,并且附带摄像机功能.
通过OpenGl构造三维地形,并且附带摄像机功能.-OpenGl structure through three-dimensional terrain, and attached to the camera function.
- 2022-12-22 11:40:03下载
- 积分:1
-
本源码是在vc++环境下利用OpenGL讲dae文件转换为.x文件.
本源码是在vc++环境下利用OpenGL讲dae文件转换为.x文件.-The source is vc++ Environment stresses the use of OpenGL for dae file conversion. X file.
- 2022-09-04 05:10:03下载
- 积分:1
-
关于opengl的相关知识,只要针对初学者而言。
关于opengl的相关知识,只要针对初学者而言。-With regard to opengl related knowledge, as long as the terms for the beginner.
- 2022-02-14 02:27:09下载
- 积分:1
-
<;基于OpenGL图形编程>;>;更多的是一种经典的编程书…
< OpenGL基础图形编程>>是比较经典的编程书籍,简洁易懂,并附有大量的愿代码。我现特把它整理成Word文档格式,希望能和大家一起分享。-> is a more classic programming books, simple and easy to understand, along with a large number of ready code. I hereby put it together into a Word document format, hoping to share with everyone.
- 2022-07-28 09:52:54下载
- 积分:1
-
based on C programming environment OPENGLE source.
基于C++环境的OPENGLE编程源码.-based on C programming environment OPENGLE source.
- 2022-08-13 13:54:09下载
- 积分:1
-
FBO封装了一个比较好的FBO的类。需要显卡的支持
FBO封装了一个比较好的FBO的类。需要显卡的支持-FBO Packaging, a relatively good FBO class. Need graphics support
- 2022-03-19 23:50:44下载
- 积分:1
-
opengl实现的三维场景漫游
在vc环境下用opengl实现的一个三维漫游,场景中包括地面,一个立方体,一个四面体,键盘控制漫游,以及立方体和四面体各自在每个方向上的旋转。。
- 2022-08-16 06:26:52下载
- 积分:1