-
opengl terrain editor Focus On 3D Terrain__ Programming
opengl地形编辑
Focus On 3D Terrain__ Programming-opengl terrain editor Focus On 3D Terrain__ Programming
- 2022-06-28 20:34:54下载
- 积分:1
-
opengl机器人手臂
资源描述机器人手臂灵活转动,opengl,运行通过,代码上传,望对大家有帮助
- 2023-07-29 19:15:03下载
- 积分: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
-
用于建立平面坐标系,用于计算简单的坐标运算及其相应的向量运算。...
用于建立平面坐标系,用于计算简单的坐标运算及其相应的向量运算。-Plane coordinate system for the establishment, used to calculate the coordinates of simple calculations and their corresponding vector computing.
- 2022-05-09 03:48:13下载
- 积分:1
-
opengl 实现三维旋转,主要通过上下左右键实现,同时能够实现拾取功能,...
opengl 实现三维旋转,主要通过上下左右键实现,同时能够实现拾取功能,-opengl realize three-dimensional rotation, mainly through vertical and horizontal keys realize, at the same time pick-up function can be achieved,
- 2023-08-03 20:45:02下载
- 积分:1
-
Create with opengl a sphere and rotat
Create with opengl a sphere and rotat
- 2022-12-25 23:15:03下载
- 积分:1
-
SMTH, the focus of OpenGL series of routines and classes, is very good and is su...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-05-28 13:36:48下载
- 积分:1
-
3D模式绘图程序,实现在OPENGL环境下的3D绘图机制,值得有兴趣的兄弟参考0...
3D模式绘图程序,实现在OPENGL环境下的3D绘图机制,值得有兴趣的兄弟参考0-3D graphics mode procedures, to achieve the environment under the OpenGL 3D graphics mechanism interested parties should refer brothers 0
- 2022-06-18 01:23:57下载
- 积分:1
-
My homework from computer graphics, an opengl source in c++
My homework from computer graphics, an opengl source in c-My homework from computer graphics, an opengl source in c++
- 2023-07-18 01:25:03下载
- 积分:1
-
MFC OpenGL
用MFC和OpenGL来做一个绘图软件,基于OpenGL的MFC画图软件,里面有代码,可供大家参考。
- 2022-02-02 16:46:57下载
- 积分:1