-
我学了一下OpenGL,写了这个代码。用C语言编写的,仅供娱乐
我学了一下OpenGL,写了这个代码。用C语言编写的,仅供娱乐-me a bit OpenGL, write this code. C language, is for Entertainment
- 2022-04-29 04:34:51下载
- 积分:1
-
OpenGL Bezier surface structure of the source
OpenGL中构造Bezier曲面的源程序-OpenGL Bezier surface structure of the source
- 2023-04-14 20:15:04下载
- 积分:1
-
OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the...
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。-OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the basic principle and processes.
- 2022-08-26 01:27:15下载
- 积分: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
-
用VB和OpenGL实现的三维棋盘例子,可以用来了解OPENGL的基本操作...
用VB和OpenGL实现的三维棋盘例子,可以用来了解OPENGL的基本操作
- 2022-10-10 03:30:03下载
- 积分:1
-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-06-28 07:38:31下载
- 积分:1
-
这是我在一个机器视觉项目开发中使用的OpenGL部分,实现了对话框程序中使用OpenGl的功能,支持text数据输入,最初来源于一个国外网站,我做了部分修改。...
这是我在一个机器视觉项目开发中使用的OpenGL部分,实现了对话框程序中使用OpenGl的功能,支持text数据输入,最初来源于一个国外网站,我做了部分修改。-This is my machine vision in a project to develop the use of the OpenGL part of the dialog box procedure to achieve the use of the function OpenGl support text data entry, the first from a foreign website, I made some changes.
- 2022-03-20 10:04:49下载
- 积分:1
-
use opengl and vc write demonstration seawater example, the dynamic effects
用opengl和vc++写的演示海水的例子,有动态效果
-use opengl and vc write demonstration seawater example, the dynamic effects
- 2022-03-16 11:57:43下载
- 积分:1
-
Jos Stam realize the
实现Jos Stam 的的源程序。也是2D烟雾模拟(基于物理模型)的重要参考程序。-Jos Stam realize the
- 2022-05-16 00:13:19下载
- 积分:1
-
opengl学习书籍:OpenGL超级宝典,共分为两个部分。
opengl学习书籍:OpenGL超级宝典,共分为两个部分。-opengl learning books: OpenGL Super Bible is divided into two parts.
- 2022-06-11 22:07:37下载
- 积分:1