-
openGl文件
openGl文件-openGl documents
- 2022-01-21 04:36:20下载
- 积分:1
-
opengl光照实体立方
opengl光照实体立方
- 2022-08-07 23:33:45下载
- 积分:1
-
opengl3d粒子制作演示程序,包括源代码,可以学习实用,是cg游戏爱好者学习的好材料....
opengl3d粒子制作演示程序,包括源代码,可以学习实用,是cg游戏爱好者学习的好材料.-opengl3d particles produced demo programs, including source code, we can learn from practical, yes cg games lovers a good learning materials.
- 2023-01-21 10:10:04下载
- 积分:1
-
Cb learning OPENGL application programming, this is the example of 3
应用cb学习OPENgl编程,这是例子3-Cb learning OPENGL application programming, this is the example of 3
- 2022-03-03 19:08:12下载
- 积分: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生成sierpinski镂垫(2维和3维)的代码,适合初学者.
基于VC+OPENGL生成sierpinski镂垫(2维和3维)的代码,适合初学者.-generation OpenGL-based VC sierpinski engrave pad (two-dimensional and three-dimensional) code, for beginners.
- 2022-08-18 01:24:13下载
- 积分:1
-
use OpenGL development of the VC GeoShpere source.
用OPENGL+VC开发的GeoShpere源程序.-use OpenGL development of the VC GeoShpere source.
- 2022-08-03 04:53:33下载
- 积分:1
-
利用VC++6.0和OpenGl实现的球体的旋转,可以选择有无球面等简单的效果,鼠标拖拽方面也很实用。...
利用VC++6.0和OpenGl实现的球体的旋转,可以选择有无球面等简单的效果,鼠标拖拽方面也很实用。-Using VC++6.0 and OpenGl implementation of the rotation of the ball, you can choose whether or not the effect of spherical and so easy, drag the mouse is also very practical.
- 2023-02-18 08:25:03下载
- 积分:1
-
使用ogl和vc6开发的基于pbuffer扩展的离屏渲染程序,用于实现MRT渲染效果。...
使用ogl和vc6开发的基于pbuffer扩展的离屏渲染程序,用于实现MRT渲染效果。-use and development based vc6 pbuffer extended from screen rendering procedures for the realization of MRT rendering.
- 2022-01-31 15:36:17下载
- 积分:1
-
用mfc opengl编写的,转动的球,可能会有数组越界的错误
用mfc opengl编写的,转动的球,可能会有数组越界的错误-mfc opengl prepared with the rotation of the ball, there may be cross-border array of mistakes
- 2022-08-18 23:30:30下载
- 积分:1