-
Simple OpenGL Classes GLSrc.zip
Simple OpenGL Classes GLSrc.zip
- 2023-01-09 21:10:04下载
- 积分:1
-
用OpenGL VC采用粒子系统来模拟火焰的程序编写…
用OpenGL+vc编写的程序,用粒子系统来模拟火焰。-with OpenGL vc prepared by the procedures used to simulate particle system flame.
- 2023-06-24 16:10:03下载
- 积分:1
-
利用opengl的API函数实现阴影绘制,显示效果比较好
利用opengl的API函数实现阴影绘制,显示效果比较好-use opengl API functions shadow mapping shows that the results were quite good
- 2022-08-20 17:20:29下载
- 积分:1
-
机器人视觉跟踪
很经典的,基于OPENGL,光线跟踪技术算法,perfec
- 2022-03-29 02:24:51下载
- 积分:1
-
用VC++写的OPEN GL 一个3D透明箱,基于SDK,适合初学者学习,大家可以下载试试!...
用VC++写的OPEN GL 一个3D透明箱,基于SDK,适合初学者学习,大家可以下载试试!-VC write OPEN GL 3D a transparent box, based on the SDK, for beginners to learn, we can try to download!
- 2022-04-25 11:18:35下载
- 积分:1
-
演示粒子系统的程序
演示粒子系统的程序-particle system demonstration procedures
- 2023-04-21 03:50:04下载
- 积分:1
-
VC(OPENGL)这个小程序实现地球自转与公转的模拟.还有太阳与月亮....
VC(OPENGL)这个小程序实现地球自转与公转的模拟.还有太阳与月亮.-VC (OpenGL) This small program with the Earth"s rotation to the public and simulation. There sun and the moon.
- 2023-08-16 12:45:03下载
- 积分: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动画图书馆发展给予的配置开发环境来发展总体框架内的项目进程是有益的初学者资料...
这个程序是基于VC + +开发工具和第三方开发人员使用OpenGL动画图书馆发展给予的配置开发环境来发展总体框架内的项目进程是有益的初学者资料-This procedure is based on vc++ development tools and third-party developers to use opengl animation library development given the configuration of development environment to develop the general framework of the project process is useful for beginners information
- 2022-01-25 22:33:17下载
- 积分:1
-
OpenGL Bezier the source
OpenGL Bezier the source
- 2023-07-27 10:35:03下载
- 积分:1