-
基于C++环境的OPENGL编程源码.
基于C++环境的OPENGL编程源码.-based on C programming environment OpenGL source.
- 2022-05-15 17:11:55下载
- 积分:1
-
我们将利用OpenGL API
We will draw as OpenGL API
- 2022-06-26 12:09:27下载
- 积分:1
-
基于OPENGL的光照球体,点击可以变换多种色,
基于OPENGL的光照球体,点击可以变换多种色,-based on the OpenGL light sphere, it may change a variety of colors,
- 2022-03-25 21:50:50下载
- 积分:1
-
提供一个模板源码,演示如何在VB下开发OpenGL程序
提供一个模板源码,演示如何在VB下开发OpenGL程序-provide a template source code, a demonstration of how developed in Visual Basic procedures OpenGL
- 2022-01-25 16:46:48下载
- 积分:1
-
OpenAL一个使用opengl的3D引擎。
OpenAL一个使用opengl的3D引擎。-OpenAL opengl use of a 3D engine.
- 2022-02-20 15:47:48下载
- 积分: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
-
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的...
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的学习教材-Zhou Wei, the Chinese-language nehe opengl tutorial Chapter 48, the latest online Can not download, like to have friends can share, I will catch him all the code upload, once again thank the selfless friend to provide us with such a good learning materials
- 2022-03-06 02:57:05下载
- 积分:1
-
结构光系统标定程序!通过结构光三维立体标定,利用标定模板达到三维实际与图像的配准...
结构光系统标定程序!通过结构光三维立体标定,利用标定模板达到三维实际与图像的配准-Structured light system calibration program! Through the structured light three-dimensional calibration, calibration templates to use to achieve real and three-dimensional image registration! ! ! !
- 2023-04-18 04:00:03下载
- 积分:1
-
OpenGL_Programming_Guide_1.1
OpenGL学习的好帮手!
OpenGL_Programming_Guide_1.1
OpenGL学习的好帮手!-Learn OpenGL_Programming_Guide_1.1 OpenGL help!
- 2022-04-06 16:23:47下载
- 积分:1
-
利用opengl实现一个小型太阳系的运动,可以通过键盘控制地球的自转和公转,d逆时针自传,D顺时针自转,y逆时针公转,Y顺时针公转...
利用opengl实现一个小型太阳系的运动,可以通过键盘控制地球的自转和公转,d逆时针自传,D顺时针自转,y逆时针公转,Y顺时针公转-use opengl achieve a small movement of the solar system, Keyboard control through the Earth"s rotation and revolution, d counterclockwise autobiography, D clockwise rotation, y pare revolution, Y clockwise revolution
- 2022-01-26 07:19:11下载
- 积分:1