-
使用 VTK 的 3D 图像切片
此示例演示如何将三维图像加载到 VTK,然后重新格式化该映像到另一个方向进行查看。
雷铸造通过雷铸映射器。 创建三个正交平面,每架飞机使用不同纹理映射,因此具有不同着色。
- 2022-02-01 00:01:14下载
- 积分:1
-
this program is based on the opengl vc programming, through mouse to choose obje...
本程序是基于vc的opengl编程,通过鼠标选择物体,从而可以进行图像交互功能,有很好的参考价值。-this program is based on the opengl vc programming, through mouse to choose objects, which can image interactive function, a good reference value.
- 2022-05-15 18:11:44下载
- 积分:1
-
凸凹纹理映射到典型例子 很好的仿真了细节纹理的三维效果,编译已经通过了...
凸凹纹理映射到典型例子 很好的仿真了细节纹理的三维效果,编译已经通过了-Bump texture mapping to a typical example of a good simulation of the detailed three-dimensional texture effect, the compiler has already passed
- 2022-04-06 19:24:59下载
- 积分: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下,3D碰撞程序,某本书的示例程序,效果很好!
OpenGL下,3D碰撞程序,某本书的示例程序,效果很好! -OpenGL under, 3D collision process, an example of a book procedures, well!
- 2022-10-11 07:30:03下载
- 积分:1
-
OpenGL image selection and amplification, we can choose the corresponding object...
OpenGL图像的选取和放大,可以选择相应的物体,再进行操作-OpenGL image selection and amplification, we can choose the corresponding object, and then operate
- 2022-06-27 21:37:51下载
- 积分:1
-
本程序是基于opengl平台而开发的3d c++代码,表示的图形是贴有图片的立方体...
本程序是基于opengl平台而开发的3d c++代码,表示的图形是贴有图片的立方体-this program is based on opengl platform developed by the 3d c code, the graphic pictures posted with the cube
- 2022-10-29 21:15:03下载
- 积分:1
-
我自己做得第一个看的过眼的游戏
需要hge游戏运行库 平台vs2008
里面有详细的技术文档
代码注释很全
大一下学期的课程设计 BugHunt...
我自己做得第一个看的过眼的游戏
需要hge游戏运行库 平台vs2008
里面有详细的技术文档
代码注释很全
大一下学期的课程设计 BugHunt-I have done over the first eyes to see the game need to game hge platform runtime vs2008 there are detailed technical documents Notes code is great about the whole semester" s course design BugHunt
- 2022-04-18 15:09:12下载
- 积分:1
-
opengl 显示三维点云数据
我是刚开始接触三维点云处理,这个例程提供了两个点云数据的文件,可以通过该例程实现三维点云数据的显示,以及实现鼠标对图形的操作这个例子使用c++和opengl编写的,可以给新手看,特别好
- 2022-05-30 07:26:17下载
- 积分:1
-
介绍了视区变换函数,分别在两个绘图区中用不同的图案绘制图形,并设置是否清空背景...
介绍了视区变换函数,分别在两个绘图区中用不同的图案绘制图形,并设置是否清空背景-introduced as the District transform function, respectively, in two areas Mapping using different shapes, drawing, and whether or not it cleared background
- 2023-03-29 01:55:03下载
- 积分:1