-
openGL做出来的飞机螺旋桨模拟 可以运行
openGL做出来的飞机螺旋桨模拟 可以运行-the Aircraft Propeller made by openGL
it running very well
- 2023-01-20 03:15:04下载
- 积分: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
-
一段雷达PPI扫描的OPENGL实现
可以实现园扫PPI,目标显示,使用OPENGL实现。
- 2022-10-02 00:40:03下载
- 积分:1
-
基于VC++的opengl经典图形算法开发文档
基于VC++的opengl经典图形算法开发文档-Based on VC++ The opengl classic graphics algorithms to develop a document
- 2022-12-12 22:50:03下载
- 积分:1
-
OepnGL simulations for multipl sensor environment in all types of conditions.......
OepnGL simulations for multipl sensor environment in all types of conditions-OepnGL simulations for multipl sensor environment in all types of conditions.....
- 2022-09-20 08:25:03下载
- 积分:1
-
openGL source code, using Bezier curves realized OPENGL
openGL源代码,用OPENGL实现了Bezier曲线-openGL source code, using Bezier curves realized OPENGL
- 2022-11-08 16:15:02下载
- 积分:1
-
内含两个文件,一个是键盘钩子程序,另外一个是程序界面
内含两个文件,一个是键盘钩子程序,另外一个是程序界面-intron 2, is a keyboard hooks, and the other one is a procedural interface
- 2022-01-26 03:11:58下载
- 积分:1
-
C++Builder环境下基于OpenGL的动画编程
C++Builder环境下基于OpenGL的动画编程-C Builder environment OpenGL-based animation programming
- 2022-03-07 10:19:01下载
- 积分:1
-
在vc环境下运用opengl绘制的颜色立方体。这是一个采用光滑着色的立方体,
立方体的表面从一角的一种颜色渐变到正对角落的另一种颜色,还可以用键
盘上的...
在vc环境下运用opengl绘制的颜色立方体。这是一个采用光滑着色的立方体,
立方体的表面从一角的一种颜色渐变到正对角落的另一种颜色,还可以用键
盘上的箭头键来旋转该色彩立方体,观察它的各边各角。-environment in vc use opengl rendering color cube. This is a sleek-colored cube, the cube corner from the surface of a color gradient is to the right corner of a different color, you can use the keyboard arrow keys to the rotation of the color cube, it"s the observation of the edge angle.
- 2022-09-10 07:05:03下载
- 积分:1
-
opengl烟花粒子系统
opengl的烟花粒子系统,主要用于对烟花的仿真,适合于opengl C++的初学者,其中对粒子系统有很好的应用,也可以作为一种新型的贺卡或一份有意义的礼物,送给相送的人。希望大家喜欢,并且从中学到自己想要的东西。
- 2022-05-10 17:02:05下载
- 积分:1