-
Application vb language, combined with the development of three
应用vb语言,结合opengl控件开发的三维显示-Application vb language, combined with the development of three-dimensional display opengl Control
- 2022-06-02 16:44:23下载
- 积分:1
-
利用2D材质制做3D的起伏不平的地面
利用2D材质制做3D的起伏不平的地面-use material produced 2D 3D undulating ground
- 2022-07-03 16:22:18下载
- 积分:1
-
some of the graphics processing
对图形的一些处理-some of the graphics processing
- 2022-05-17 07:16:54下载
- 积分:1
-
Sierpinski分形
编制一个Sierpinski 1992线性分形在Linux和OpenGL代码。
- 2022-11-23 19:55:03下载
- 积分:1
-
Three Cubes...................
Three Cubes-Three Cubes...................
- 2023-03-20 03:40:03下载
- 积分:1
-
我们将使用
We will use B-spline curve Continue
- 2022-03-04 02:58:41下载
- 积分: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在vs2010z中的环境配置,OpenGL运行源代码,对于初学者帮助很大。
- 2022-02-04 12:52:17下载
- 积分:1
-
一个opengl三维文字的例子
一个opengl三维文字的例子-A three-dimensional text opengl example
- 2022-07-10 00:02:52下载
- 积分:1
-
一个小的3D实例
一个小的3D实例-a small example of the 3D
- 2022-10-07 05:55:03下载
- 积分:1