-
一个用opengl和VC编写的飞机的的简单动画,有人物和动作,很接近游戏。...
一个用opengl和VC编写的飞机的的简单动画,有人物和动作,很接近游戏。-Opengl and a VC with the preparation of the aircraft simple animation, characters and movements have, which is very close game.
- 2022-07-24 08:29:11下载
- 积分: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和C实现一个人体面部的三维显示
运用Opengl和C实现一个人体面部的三维显示-Opengl and C use a human face to achieve the 3-D display
- 2022-11-20 13:05:03下载
- 积分:1
-
OpenGL用户界面演示
OpenGL用户界面演示-OpenGL user interface demo
- 2022-02-28 18:02:46下载
- 积分:1
-
Using OpenGL to draw a Bezier curve, did not call OpenGL drawing function, a dir...
用OpenGL来画一个Bezier曲线,没有调用OpenGL的画图函数,直接实现的算法。-Using OpenGL to draw a Bezier curve, did not call OpenGL drawing function, a direct realization of the algorithm.
- 2022-09-04 09:20:03下载
- 积分:1
-
时间可以帮朋友研究虚拟现实学习的例子包括一个框架…
时间 可帮助出学习虚拟现实的朋友 学习的例子 包括了框架 基本操作
-Time can help a friend study virtual reality learning examples include a framework for basic operation
- 2022-02-21 22:47:30下载
- 积分:1
-
3D轨迹球 3D地球
3D的OpenGL程序,带轨迹球功能,可以跟踪鼠标运动,实现地球模型跟随鼠标运动。此外,ARCBOLL.cpp,arcball.h,可单独嵌入到项目中去,作为OpenGL轨迹控制源代码
- 2022-12-18 00:05:03下载
- 积分:1
-
loader3 quake3 bsp
quake3 bsp loader3
- 2023-04-09 16:25:04下载
- 积分:1
-
经典的OpenGL例子程序,对于初学OpenGL的人极为有用。
经典的OpenGL例子程序,对于初学OpenGL的人极为有用。-Classical OpenGL demos
- 2022-06-01 13:25:28下载
- 积分:1
-
西北工业大学校友潘理亮写的一个关于OpenGL视频纹理的例子。
西北工业大学校友潘理亮写的一个关于OpenGL视频纹理的例子。-Northwestern University alumni Pan Li-liang was one of the OpenGL video texture example.
- 2022-05-06 12:59:32下载
- 积分:1