-
A novice started strongly recommended the book OpenGL book containing a highly p...
一本OpenGL书 新手入门强烈推荐 书内附有源代码 实用价值很高 !-A novice started strongly recommended the book OpenGL book containing a highly practical source code!
- 2022-06-21 23:32:19下载
- 积分:1
-
利用opengl,利用基于中点偏移算法来实现云的模型
利用opengl,利用基于中点偏移算法来实现云的模型-Use opengl, offset-based algorithm to achieve the mid-point of the model cloud
- 2022-05-29 08:26:26下载
- 积分:1
-
使用cg和opengl实现的水的跳跃模拟。
使用cg和opengl实现的水的跳跃模拟。-Cg and opengl realize the use of the water jump simulation.
- 2022-03-01 19:57:15下载
- 积分:1
-
基于OPENGL的光源设置和位置变换功能,要求在VC6下执行,是学习三维图形图像编程的好例子...
基于OPENGL的光源设置和位置变换功能,要求在VC6下执行,是学习三维图形图像编程的好例子-Based on OPENGL setting and location of the light source transform function, called for the implementation of VC6, is to study three-dimensional graphic image of a good example of programming
- 2022-04-24 13:43:39下载
- 积分:1
-
基于OpenGL的三维图形显示中的显示列表设置,实现基于显示列表的三维动态显示,供研究开发人员使用。...
基于OpenGL的三维图形显示中的显示列表设置,实现基于显示列表的三维动态显示,供研究开发人员使用。-OpenGL-based three-dimensional graphical display of the display list settings, the display list based on the three-dimensional dynamic display, for research and development personnel.
- 2022-03-10 19:52:34下载
- 积分: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
-
stl_viewer
opengl显示STL文件源代码,03 年版本的,有需要的同志可以参考,很有使用价值,你懂得。STL文件是三角面片文件。
- 2022-03-20 00:52:35下载
- 积分:1
-
用于在LINUX下进行三维图像处理的OpenGL接口.实现三维动态渲染...
用于在LINUX下进行三维图像处理的OpenGL接口.实现三维动态渲染-LINUX for the three-dimensional image processing OpenGL interface. Dynamic 3D rendering
- 2022-10-07 09:05:03下载
- 积分:1
-
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节...
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节-an interactive manipulator OpenGL code, Visual C. Key Moment"s first joint, e Key Moment of the second joints, w Key Moment of the third joints
- 2023-08-29 08:00:05下载
- 积分:1
-
Nehe的OpenGL教程。无须多说了吧。经典
Nehe的OpenGL教程。无须多说了吧。经典-Nehe" s OpenGL tutorials. Needless to say you. Classic! ! !
- 2022-02-13 20:56:51下载
- 积分:1