-
use the OpenGL Development Kit 1, and I hope to be helpful
利用MFC开发的OpenGL开发包1,希望对大家有帮助-use the OpenGL Development Kit 1, and I hope to be helpful
- 2022-04-13 01:59:25下载
- 积分:1
-
OpenGl开发红宝书,有系统的介绍,比较实用。
OpenGl开发红宝书,有系统的介绍,比较实用。-OpenGl Red Treasure Book for development, a system of introducing more practical.
- 2022-12-09 12:50:03下载
- 积分:1
-
基于MFC的简单vega prime框架下的VC++程序,希望对大家有用
基于MFC的简单vega prime框架下的VC++程序,希望对大家有用-Vega prime based on a simple MFC under the framework of VC++ program, hope for all of us
- 2022-12-18 01:05:03下载
- 积分:1
-
如何创建镜面显示效果,它使用剪裁平面,蒙板缓存等OpenGL中一些高级的技巧。...
如何创建镜面显示效果,它使用剪裁平面,蒙板缓存等OpenGL中一些高级的技巧。-How do I create a mirror effect, which uses cut-plane, such as mask caching OpenGL in some high-level skills.
- 2022-03-24 11:27:13下载
- 积分:1
-
MFC + OPENGL 动态雷达扫描图
使用线程来停止/开始画图 ,VS2010 ,MFC 在picture control控件上,使用OPENGL绘图,绘制动态雷达扫描图,扇形是透明效果,内有详细注释
- 2022-03-05 05:53:50下载
- 积分:1
-
OpenGL读取txt,asc文件实现三维点云显示
OpenGL读取txt,asc文件实现三维点云显示,本人亲自运行,成功运行。
- 2022-01-26 01:06:20下载
- 积分:1
-
OpenGL开发的一个简单的射击游戏,第一视角。
openGL开发的简单的射击游戏,第一视角。-openGL developed a simple shooting game, the first perspective.
- 2022-04-11 00:14:08下载
- 积分:1
-
Germany Signsoft company for Opengl programming controls things out of a can dir...
德国Signsoft公司的用于Opengl编程的控件事列1,可直接调用.3ds文件创建虚拟仿真环境。-Germany Signsoft company for Opengl programming controls things out of a can directly call .3 ds document creation of virtual simulation environment.
- 2022-03-22 12:31:19下载
- 积分: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
-
三维的空间位置变化! 小键盘控制上下左右前后
三维的空间位置变化! 小键盘控制上下左右前后-three-dimensional spatial location change! The next small keyboard control after about! !
- 2023-03-03 19:55:04下载
- 积分:1