-
the ripple effect of the water, the development of animation at the reference va...
水的涟漪效果,是开发动画时有参考价值...强烈推荐-the ripple effect of the water, the development of animation at the reference value strongly recommend ...
- 2022-06-20 02:57:45下载
- 积分:1
-
opengl游戏编程 书中实例的第5章代码
opengl游戏编程 书中实例的第5章代码-opengl game programming book, Chapter 5 of the code examples
- 2023-04-30 18:35:04下载
- 积分:1
-
opengl prepared by a senior animation procedures to be carried out by right
opengl编写的一个高级动画程序,右键单击可进行菜单选择-opengl prepared by a senior animation procedures to be carried out by right-clicking the menu choice
- 2022-02-01 01:59:35下载
- 积分:1
-
一个用C++和OPENGL编写的模拟三维地形分层调色的程序
一个用C++和OPENGL编写的模拟三维地形分层调色的程序-One with C++ And OPENGL prepared three-dimensional simulation of layered terrain palette procedures
- 2022-01-25 20:28:32下载
- 积分:1
-
用于在LINUX下进行三维图像处理的OpenGL接口.实现三维动态渲染...
用于在LINUX下进行三维图像处理的OpenGL接口.实现三维动态渲染-LINUX for the three-dimensional image processing OpenGL interface. Dynamic 3D rendering
- 2022-10-07 09:05:03下载
- 积分:1
-
vc环境下开发的opengl performer应用程序,脱离performer环境运行时,所需要的系统文件。只要将这些文件复制到自己performer 执行程...
vc环境下开发的opengl performer应用程序,脱离performer环境运行时,所需要的系统文件。只要将这些文件复制到自己performer 执行程序目录下即可。注意:这些文件一定要同你所用performer的版本一致。这里是3.2.1版-vc environment developed opengl performer applications, run-time environment from the performer, the required system files. Simply copy these files to their own enforcement procedures performer directory can be. Note: These documents must be used with your version of consistent performer. Here is version 3.2.1
- 2023-01-10 10:45:04下载
- 积分:1
-
基于OpenGL的图形程序
基于OpenGL的图形程序-OpenGL-based graphics program
- 2022-01-26 05:57:53下载
- 积分:1
-
opengl开发的屏幕保护的界面,代码中有三种模式,可切换颜色.
opengl开发的屏幕保护的界面,代码中有三种模式,可切换颜色.-opengl development of the screen interface code has three models, switching colors.
- 2022-06-21 21:08:46下载
- 积分: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 3D编程可以实现下雪这一场景,很不错的源代码,还有workplace 喔!-opengl 3D programming can be achieved in this snow scene, it is a good source code, as well as workplace Oh!
- 2023-07-06 17:35:03下载
- 积分:1