-
his OpenGL Component Builder is for C Versi on 5.0.
his OpenGL Component is for C++ Builder Version 5.0.-his OpenGL Component Builder is for C Versi on 5.0.
- 2022-04-23 17:49:39下载
- 积分:1
-
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载...
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载-Visual OpenGL 3D images more programming source, Programming for 3D images will help annotated reproduced
- 2022-09-04 22:05:03下载
- 积分:1
-
Opengl的小例子,绘制了一个旋转的多面体。
Opengl的小例子,绘制了一个旋转的多面体。-Opengl small examples, drawing a rotating polyhedron.
- 2022-03-24 00:51:42下载
- 积分: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
-
一款简单的vc+opengl单文档应用程序,实现基本的3D图形动画显示。...
一款简单的vc+opengl单文档应用程序,实现基本的3D图形动画显示。-A simple vc_opengl single application program dotcument. Excute basic 3D graphic animation display
- 2022-08-07 11:09:42下载
- 积分:1
-
精确的大气散射现象模拟程序
opengl代码
精确的大气散射现象模拟程序
opengl代码-Accurate atmospheric scattering phenomena simulation program opengl code
- 2023-08-27 12:35:03下载
- 积分:1
-
一个再简单不过的openGL程序,有兴趣的话可以共同讨论
一个再简单不过的openGL程序,有兴趣的话可以共同讨论-The most simple OpenGL program, come and discuss together if you are interested.
- 2022-03-07 01:56:53下载
- 积分:1
-
Addison.Wesley
Addison.Wesley-2006-OpenGL.Shading.Language.(2nd Edition),一本讲述关于OpenGL的shading语言的书籍,英文原版,不错哦。-Addison.Wesley-2006-OpenGL.Shading.Language. (2nd Edition), an on OpenGL" s shading language on the books, the original English edition, oh well.
- 2022-07-01 14:12:09下载
- 积分:1
-
High
高性能碰撞检测论文,非常不错,我做项目的时候就用这个-High-performance collision detection papers, very good project to do when I use this
- 2023-05-05 09:30:05下载
- 积分:1
-
This procedure primarily by changing location, as I imitate animation effects, w...
本程序主要通过不断改变视口位置来模仿动画效果,同时介绍了在进行opengl绘图时所做的一些不可或缺的准备工作-This procedure primarily by changing location, as I imitate animation effects, while the introduction during the opengl drawing done some essential preparatory work
- 2022-01-26 00:40:54下载
- 积分:1