-
《OpenGL超级宝典》光盘附带源码 很基础很实用 第11章
《OpenGL超级宝典》光盘附带源码 很基础很实用 第11章
- 2022-05-10 19:19:25下载
- 积分:1
-
一个比较实用的OpenGL示例!采用VC++编写!可以使大家很快地进入OpenGL的世界中去!...
一个比较实用的OpenGL示例!采用VC++编写!可以使大家很快地进入OpenGL的世界中去!-a more practical example OpenGL! Using VC prepared! You can quickly enter the OpenGL world!
- 2022-07-09 13:14:26下载
- 积分:1
-
Cubic spline, based on VC++ The opengl graphics code
三次样条,基于VC++的opengl图形代码-Cubic spline, based on VC++ The opengl graphics code
- 2023-08-24 14:35:02下载
- 积分:1
-
A simple to use OpenGL to read 3DS file grid data examples
一个简单的使用OpenGL读取3DS文件中的网格数据的例子-A simple to use OpenGL to read 3DS file grid data examples
- 2022-08-06 18:09:23下载
- 积分: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 programming particularly good example, we have to help you
特别好的opengl编程实例,一定对你有帮助-Opengl programming particularly good example, we have to help you
- 2023-08-01 05:10:03下载
- 积分:1
-
利用opengl,利用基于中点偏移算法来实现云的模型
利用opengl,利用基于中点偏移算法来实现云的模型-Use opengl, offset-based algorithm to achieve the mid-point of the model cloud
- 2022-05-29 08:26:26下载
- 积分:1
-
ReadDXF:通过C++读取由AutoCad产生的DXF文件
主要于DXF文件信息的提取,ReadDXF:通过C++读取由AutoCad产生的DXF文件。
- 2022-02-03 05:22:15下载
- 积分:1
-
This is a high
这是OpenGL高级编程与可视化系统开发(系统开发篇)源码 -This is a high-level programming with OpenGL visualization system development (system development articles) source
- 2022-07-03 03:50:08下载
- 积分:1
-
其中包含五个场景:蝴蝶谷,池塘,恐龙岛等
其中包含五个场景:蝴蝶谷,池塘,恐龙岛等-which includes five scenes : Butterflies, ponds, Dinosaur Island
- 2022-09-04 16:00:03下载
- 积分:1