-
演示opengl基本编程概念的教学程序,其中主题包括转换,光照,雾化和纹理化等,个人认为对理解opengl编程有很大帮助...
演示opengl基本编程概念的教学程序,其中主题包括转换,光照,雾化和纹理化等,个人认为对理解opengl编程有很大帮助-Demo programming opengl basic concept of teaching procedures, including topics such as conversion, illumination, and texture, such as atomized individuals think the understanding of great help to have opengl programming
- 2022-01-30 15:30:16下载
- 积分: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又一小程序,新人学习必备,参考程序-OpenGL another small procedures, required new learning, reference program
- 2022-08-06 00:56:23下载
- 积分:1
-
OpenGL图像编程的代码,一本不错的书的源代码,可惜没下载到书。希望代码可供大家学习...
OpenGL图像编程的代码,一本不错的书的源代码,可惜没下载到书。希望代码可供大家学习-OpenGL graphics programming code, a good book" s source code, unfortunately did not download the book. Hope that the code for them to learn from
- 2022-10-15 02:15:03下载
- 积分:1
-
The concept of particle effects is very simple. Particle effects can be used to...
The concept of particle effects is very simple. Particle effects can be used to simulate fire, fireworks, water fountains, snow, rain, explosions and many other things. The effects are created by creating a definite number of particles. Depending on the need for performance and realistic appearance, the number of particles can range from 50 to thousands. Each particle has its own location, size, velocity, color, life and image. The particle engine controls the particles and makes them react according to the rules of the particle .
- 2022-02-24 16:10:50下载
- 积分:1
-
opengal的一个小例子,大家可以交流一下,其实opengal的功能很强大的,学习ing...
opengal的一个小例子,大家可以交流一下,其实opengal的功能很强大的,学习ing-opengal a small example, we can exchange, in fact, the function of opengal very powerful, learning ing
- 2022-03-15 17:17:03下载
- 积分:1
-
的方法来过滤你的纹理,简单的照明,键盘控制的例子
Examples of ways to filter your textures, simple lighting, keyboard control
- 2022-01-31 12:55:09下载
- 积分:1
-
机器人手臂 opengl shader
opengl 实现机器人手臂, 有glsl 语言写的顶点处理器,片段处理器
- 2022-11-14 09:55:08下载
- 积分:1
-
三维点云人脸识别
三维点云数据的处理、人脸识别、鼻子识别等,基于曲率计算的识别方法,含演示数据及结构图形,其中有12个数据文件,两个图像结果文件,可以供点云数据人脸识别的研究参考。
- 2022-04-30 14:04:23下载
- 积分:1
-
计算机图形学大作业openmesh&qt
资源描述计算机图形学大作业QTModelViewer,openmesh结合qt,网格细分结合边的反转,opengl三维图像的编辑,运行通过!
- 2022-06-19 00:25:30下载
- 积分:1