-
Delaunay三角网生成
本程序用MFC和OpenGL实现了点云数据的三角化,已通过调试,欢迎大家下载!!!但是OpenGL库本程序没有附带,大家自行下载,谢谢啦!!
- 2023-07-14 13:55:06下载
- 积分:1
-
chinege game too easy to play
chinege game too easy to play
- 2022-01-26 01:09:30下载
- 积分: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高级编程与可视化系统开发(高级编程篇)-13-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1)-13
- 2022-08-21 20:26:19下载
- 积分:1
-
使材质颜色追踪当前颜色 的OPENGL事例
使材质颜色追踪当前颜色 的OPENGL事例-color material to make tracking the current color OpenGL examples
- 2022-03-17 14:12:35下载
- 积分: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+VC的NURBS绘制框架,版本1.0实现了该环境下NURBS的绘制,旋转,缩放等功能;打开附带一个nur文件,该模型为一人体模型...
基于OpenGL+VC的NURBS绘制框架,版本1.0实现了该环境下NURBS的绘制,旋转,缩放等功能;打开附带一个nur文件,该模型为一人体模型
- 2022-03-07 18:20:04下载
- 积分:1
-
如何从文件加载3D模型,并且平滑的从一个模型变换为另一个模型。...
如何从文件加载3D模型,并且平滑的从一个模型变换为另一个模型。-How to load the 3D model from the document, and smooth transformation from one model to another model.
- 2022-04-17 18:28:30下载
- 积分:1
-
this the project crated to display the solar sytem... plese check it
this the project crated to display the solar sytem... plese check it-this is the project crated to display the solar sytem... plese check it
- 2023-06-09 08:30:03下载
- 积分:1
-
OpenGL samples
openGl 例 源自OpenGL 应用程序开发。-OpenGL samples-3
- 2022-02-13 22:20:13下载
- 积分:1