-
OpenGL写的下雪场景
OpenGL写的下雪场景-OpenGL write snow scenes
- 2022-09-01 07:35:03下载
- 积分:1
-
关于隐藏线消除的代码示例,通过鼠标惦点击显示所选物体z
关于隐藏线消除的代码示例,通过鼠标惦点击显示所选物体z-buffer数值等相关参数-hidden line elimination of the code examples, by clicking on the mouse Dian show selected objects z-buffer numerical parameters related
- 2022-07-09 10:51:14下载
- 积分:1
-
OpenGL编程技术,其中涉及一些高级话题。
OpenGL高级编程技术,里面涉及多种高级话题。-OpenGL programming technology, which involved a number of senior topic.
- 2022-03-26 01:33:16下载
- 积分:1
-
代码是一个光盘
该代码是游戏编程光盘中所带,里面讲述了如何用OpenGL进行游戏设计。希望有喜欢的朋友一起分享-The code is a CD-ROM brought the game programming, which describes how to use OpenGL for game design. Want to have friends like to share
- 2022-02-25 22:26:01下载
- 积分:1
-
计算机仿真,利用OpenGL建立计算机可视化模型EMB…
计算器模拟,用opengl建立计算器的可视化模型,体现opengl的图形功能!-Calculator simulation, using opengl establish calculator visualization model embodies opengl graphics!
- 2022-07-07 02:04:10下载
- 积分:1
-
OpenGL编写的实现光的旋转、渲染等的基础小程序,对基础的计算机图形学用帮助...
OpenGL编写的实现光的旋转、渲染等的基础小程序,对基础的计算机图形学用帮助-OpenGL prepared by the optical rotation, and so on the basis of exaggerated small procedures, based on the use of computer graphics to help
- 2022-03-04 17:11:08下载
- 积分:1
-
vb中使用opengl
vb中使用opengl-Using opengl in VB.
- 2022-02-15 00:19:42下载
- 积分: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
-
A OpenGL 3D Temple (Particles, Fountain, and Others)
标题:OpenGL 3D庙宇(粒子、喷泉等)
- 2022-07-08 18:43:55下载
- 积分:1
-
这是我的OpenGL作业,内容为一个在太空中飞行的飞船,背景为一颗恒星和一颗星星,由于初学,做的粗糙,望大家见谅...
这是我的OpenGL作业,内容为一个在太空中飞行的飞船,背景为一颗恒星和一颗星星,由于初学,做的粗糙,望大家见谅-This is my OpenGL operations, says in a space flight of the spacecraft, background of a star and a star, as a novice, so rough and hope you will forgive me
- 2022-03-29 10:10:39下载
- 积分:1