-
Three
三维地形漫游,叠加纹理,对学习三维地形显示的有较大帮助。-Three-dimensional terrain walkthrough, superimposed texture, three-dimensional topography of the study have shown a greater help.
- 2022-05-26 07:04:40下载
- 积分:1
-
opengl程序设计这本书的全部源代码
很高兴与大家一起分享
opengl程序设计这本书的全部源代码
很高兴与大家一起分享-opengl 獗?全 源 芨 一
- 2022-05-21 03:09:47下载
- 积分:1
-
OpenGL编程指南
The OpenGL Programming Guide - The Redbook
-The OpenGL Programming Guide- The Redbook
- 2022-03-03 17:39:32下载
- 积分:1
-
自己做的OPENGL 的SOLARY SYSTEM 有3个球体,包含公转和自转
自己做的OPENGL 的SOLARY SYSTEM 有3个球体,包含公转和自转-do for myself OpenGL SOLARY SYSTEM has three spheres, including the conversion of public and rotation
- 2023-06-25 15:25:04下载
- 积分:1
-
light
该程序是OpenGL在C的环境在实现了光照的一个例子。-light
- 2022-03-23 19:43:12下载
- 积分: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、VC++编写的C++,三维点云处理程序,对于学习图形学、C++、OpenGL、文件读写很有帮助,是一个三维软件公司编写代码一部分,尤其是Ope...
利用OpenGL、VC++编写的C++,三维点云处理程序,对于学习图形学、C++、OpenGL、文件读写很有帮助,是一个三维软件公司编写代码一部分,尤其是OpenGL库文件相当管用。
有两个数据文件
鼠标默认操作:具体还在头文件中
中键拖动 旋转
中键+Ctrl 平移
中键+Shift 面旋
滚轮滚动 缩放
中键+Ctrl + Shift 局部放大
-use OpenGL, prepared by the VC C, 3-D process, learning graphics, C, OpenGL, document literacy helpful, is a 3D software companies write code part, in particular OpenGL libraries are very useful. There are two mouse default data file operations : concrete is the first document of key drag rotation of key Ctrl++ translation of key Shift-rotating wheel rolling Zoom Bond Ctrl+ Shift+ magnification
- 2022-01-28 21:40:41下载
- 积分:1
-
该程序是在OpenGL在完成绘制2维图画。
该程序是在OpenGL在完成绘制2维图画。-2D
- 2022-02-10 06:01:35下载
- 积分:1
-
对OpenGL图形进行缩放和平移操作
对OpenGL图形进行缩放和panning操作-right OpenGL graphics for zooming and panning operation
- 2022-06-11 20:01:00下载
- 积分:1
-
算法编程题,北京大学OnlineJudge
2270Quadtr
算法编程题,北京大学OnlineJudge
2270Quadtr-2270QuadtreeII
- 2022-10-13 04:05:03下载
- 积分:1