-
project semester 3
ini项目mata kuliah interaksi manusia dan komputer第3学期。
- 2023-03-04 13:00:02下载
- 积分:1
-
一个简单的粒子系统。使用OpenGL和VC++完成。加入了大量的注释。...
一个简单的粒子系统。使用OpenGL和VC++完成。加入了大量的注释。-A simple particle system. The use of OpenGL and VC++ finish. Add a large amount of the Notes.
- 2022-08-14 08:22:46下载
- 积分:1
-
讷河
nehe-opengl-1-5
- 2022-06-30 22:50:21下载
- 积分:1
-
opgl的三围图象
opgl的三围图象-opgl the Body Image
- 2022-10-04 00:35:02下载
- 积分:1
-
OpenGL high
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-05-07 02:32:46下载
- 积分: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的应用程序,基于MFC程序框架 ,用opengl设计人体动画,喜欢opengl的朋友可以看看,很有趣的,学习opengl的朋友也可以看看
- 2022-01-28 11:34:26下载
- 积分:1
-
利用Opencv库编写的简单3D界面
资源描述 本程序利用Opencv库中的API函数来绘制界面。此界面有3D效果。比较适合初学者学习如何利用OpenCV进行界面开发。程序在windows下进行了测试,完全可以正常运行。欢迎学习Opencv的初学者进行下载,并改进和增加新的功能。
- 2022-10-05 15:35:03下载
- 积分:1
-
这是我的毕业设计。一个3D的魔方。用VC6.0+OpenGL开发的,主要技术是纹理贴图。实现魔方旋转、光照、透明等功能。里面有论文和源码。...
这是我的毕业设计。一个3D的魔方。用VC6.0+OpenGL开发的,主要技术是纹理贴图。实现魔方旋转、光照、透明等功能。里面有论文和源码。-This is my graduation project. Of a 3D cube. With VC6.0+ OpenGL development, the main technology is the texture mapping. The realization of Rubik s cube rotation, light, transparent and other functions. There are papers and source code.
- 2022-02-16 10:10:13下载
- 积分:1
-
在下写的openGL实现的地形渲染,请高手指点指点。
在下写的openGL实现的地形渲染,请高手指点指点。-The realization of the next write openGL terrain rendering, please instruct the expert advice.
- 2022-04-24 12:40:17下载
- 积分:1