-
opengl es 1.0 雾效果的添加与设置
opengl es 1.0 雾效果的添加与设置-opengl es 1.0 fog
- 2022-03-20 17:26:13下载
- 积分:1
-
coin3d和vc2008的开发库
coin3d适合vc2008开发库,已经编译好,并有使用说明,只需解压按步骤配置一下环境即可使用
- 2022-09-19 05:20:05下载
- 积分:1
-
opengl 场景绘制
opengl 绘制场景绘制 ,包括天空盒,房子,有门可自动开关,碰撞检测不能随意穿透墙体,光照包含室内室外的光照。
- 2022-05-09 10:17:59下载
- 积分:1
-
步怎么install_opengl_on_ Visual Studio
step how Install_Opengl_on_ Visual Studio
- 2023-01-13 16:50:03下载
- 积分:1
-
OPENGL的学习源代码,很容易上手的
OPENGL的学习源代码,很容易上手的-OpenGL study the source code, it is easy to get started with the
- 2022-05-16 20:03:18下载
- 积分: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入门经典!很详细的说明,入门者首选,也可供其他专业人士参考!...
OpenGL入门经典!很详细的说明,入门者首选,也可供其他专业人士参考!-OpenGL entry classic! Very detailed description of the preferred beginners, but also a reference for other professionals!
- 2022-02-12 12:15:48下载
- 积分:1
-
该程序采用OpenGL实现在三维场景下的漫游,通过右键可以切换不同的场景...
该程序采用OpenGL实现在三维场景下的漫游,通过右键可以切换不同的场景-the adoption of the OpenGL 3D scene of roaming through the right can switch different scenes
- 2022-03-12 19:36:20下载
- 积分:1
-
OpenGL rendering with a constant rotation of the camera platform and circled ove...
用OpenGL绘制的一个不断旋转的摄像台以及上空盘旋的一个飞行物.可以通过键盘控制观察者的视角和位置,-OpenGL rendering with a constant rotation of the camera platform and circled over the one flying objects. Keyboard control can be the observer perspective and position
- 2022-03-13 22:47:33下载
- 积分:1
-
A detailed introduction OpenGL book
一本详细介绍OpenGL的书籍《OpenGL编程指南》-A detailed introduction OpenGL book
- 2022-07-24 15:23:18下载
- 积分:1