-
c++/MFC 必要头文件,是学习openGL必要的头文件,可以看到源代码,方便使用...
c++/MFC 必要头文件,是学习openGL必要的头文件,可以看到源代码,方便使用-head file of c++,made for learning openGL,you need
- 2022-03-14 16:02:14下载
- 积分:1
-
利用OPENGL编程开发的俄罗斯方块游戏,该游戏的玩法与玩的一般的俄罗斯方块没有区别...
利用OPENGL编程开发的俄罗斯方块游戏,该游戏的玩法与玩的一般的俄罗斯方块没有区别-use the OpenGL programming Tetris game, the rules of the game to play with the general made no distinction between the Russian ideographic
- 2023-01-28 23:10:03下载
- 积分:1
-
OPENGL的几个简单例子 分别从颜色 光照 简单纹理 几个方面做出了解释...
OPENGL的几个简单例子 分别从颜色 光照 简单纹理 几个方面做出了解释-OpenGL few simple examples from simple color light texture made several explanations
- 2022-05-31 02:19:32下载
- 积分:1
-
这是一本很好的opengl书籍,都是以具体例子来讲解opengl的,对于初学者很有帮助
这是一本很好的opengl书籍,都是以具体例子来讲解opengl的,对于初学者很有帮助-This is a very good opengl books, are based on concrete examples to explain the opengl and helpful for beginners
- 2022-01-25 15:47:02下载
- 积分:1
-
这是OpenGL开发利用三
这是利用OpenGL开发三维游戏书中的代码,非常经典,有喜欢的朋友一起分享!-This is the use of OpenGL to develop three-dimensional game code book, very classic favorite has to share with friends!
- 2022-11-29 20:40: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
-
由饮水机产生的OpenGL,而且效果很逼真!OpenGL…
opengl制作的喷泉和水的效果,非常逼真!是很好的opengl学习素材。-opengl produced by the water fountains, and the effect is very realistic! Opengl is a good learning materials.
- 2022-08-08 22:04:17下载
- 积分:1
-
用OPENGL开发的字体,美观大方,代码简单扼要,易于初学者学习使用...
用OPENGL开发的字体,美观大方,代码简单扼要,易于初学者学习使用
- 2022-12-12 13:25:03下载
- 积分:1
-
王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与...
王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与使用、CAD基础几何类库的开发、在MFC环境下使用OpenGL进行图形绘制、开发面向CAD应用程序的OpenGL通用绘图类、使用面向对象技术设计CAD软件的几何内核等。-Wang Qing, Wang Biao prepared by the "Visual C CAD application development technology" books of the source code. The contents include : general procedural framework for the analysis and design, functional module, the relevant DLL library development and use of CAD geometry class library based on the development, the environment MFC use OpenGL for graphics rendering, the development-oriented CAD application"s generic OpenGL graphics category, the use of right- as technical design CAD software, such as the geometric kernel.
- 2022-04-01 21:20:37下载
- 积分:1
-
opengl+vc++开发的水的模型,很不错的程序
opengl+vc++开发的水的模型,很不错的程序-opengl+ vc++ developed water model, very good procedures
- 2023-04-17 21:00:03下载
- 积分:1