-
太阳系非常华丽的用opengl设计
太阳系非常华丽的用opengl设计 -taiyangxi
- 2022-03-26 03:40:04下载
- 积分:1
-
Font to display three
三维字体显示-Font to display three-dimensional
- 2022-06-01 06:13:33下载
- 积分:1
-
A good opengl example of sea and whales
A good opengl example of sea and whales
- 2022-07-19 07:07:38下载
- 积分:1
-
利用vc++和openGL开发的波浪邢台的材质的特殊显示效果,用来做屏保很适合。...
利用vc++和openGL开发的波浪邢台的材质的特殊显示效果,用来做屏保很适合。-Use vc++ And openGL developed Xingtai wave of special effects materials to make it suitable for screen savers.
- 2023-08-24 04:05:02下载
- 积分: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
-
读取3DS的入门程序
可读取从Max导出的3DS模型并使用OpenGL渲染...
读取3DS的入门程序
可读取从Max导出的3DS模型并使用OpenGL渲染-Read 3DS entry program can be read from the Max export 3DS model and use the OpenGL rendering
- 2022-05-25 03:34:01下载
- 积分:1
-
《OpenGL超级宝典》光盘附带源码 很基础很实用 第12章
《OpenGL超级宝典》光盘附带源码 很基础很实用 第12章
- 2022-05-06 12:42:19下载
- 积分:1
-
OpenGL 3D Graphics Programming Intermediate opengl study books
OpenGL三维图形程序设计 中级opengl学习用书-OpenGL 3D Graphics Programming Intermediate opengl study books
- 2022-12-03 18:45:03下载
- 积分:1
-
旋转的正方形
本代码实现将正方形的四个顶点分别映射到圆上,通过改变角度来控制旋转的快慢!从而在中间形成一个圆,但本代码未将多余的四角去掉,还有待完善的地方!
- 2022-07-01 07:01:46下载
- 积分:1
-
Animation of swimming pool
Animation of swimming pool
- 2022-01-21 04:41:21下载
- 积分:1