-
OBJ文件的载入。
OBJ文件的载入。-OBJ included in the document.
- 2022-10-01 09:35:03下载
- 积分:1
-
花瓶,演示旋转表面的形成过程,动画效果非常漂亮,使用glut....
花瓶,演示旋转表面的形成过程,动画效果非常漂亮,使用glut.-Vases, demonstration of the formation process of rotating the surface, very beautiful animation effects, use glut.
- 2022-09-09 03:45:03下载
- 积分:1
-
这是一个利用粒子系统做的一个模拟彩虹的源程序。包含粒子的死亡,产生,移动等...
这是一个利用粒子系统做的一个模拟彩虹的源程序。包含粒子的死亡,产生,移动等-This is a particle system to do a simulation rainbow of the source. Contain particles of death, generation, mobile etc.
- 2022-03-11 03:02:51下载
- 积分:1
-
使用摄像机,进行视频采集的源代码,可以运行。
使用摄像机,进行视频采集的源代码,可以运行。-The use of cameras, video capture source code, you can run.
- 2022-05-26 20:32:50下载
- 积分:1
-
OPGL做的一个地形图,对于初入门的计算机图形学的有一定的帮助
OPGL做的一个地形图,对于初入门的计算机图形学的有一定的帮助-OPGL make a topographic map, for the early entry of the computer graphics have a certain degree of help
- 2022-12-30 16:05:05下载
- 积分:1
-
opengl 初级
opengl,初级,good for you to study opengl
A、如果程序编制演示的AVI不能播放
请自行安装盘上的TSCC.exe。
B、OpenGL程序运行太慢
OpenGL画面右下角的刷新指标小于5帧/秒。
原因: Win2000或WinXP在安装时,系统自动安装默认的显卡驱动程序,多数默认的显卡驱动程序是不完全的版本,对OpenGL的支持不够(微软有意的?)。所以应该重新安装随机代的厂商提供的显卡驱动程序。
C、从11章开始程序不能编译。
从 11章射击、爆炸开始程序中用到了DirectX8.0的鼠标接口函数,如果你机器上不是装的DirectX8.0可能不能编译。请使用"文档"目录下的另一组用普通鼠标接口的程序吧。
- 2022-01-24 16:19:57下载
- 积分:1
-
这是OPENGL和VC++制作的3D文件载入演示.载入的是.ase文件,同时还做了多个贴图....
这是OPENGL和VC++制作的3D文件载入演示.载入的是.ase文件,同时还做了多个贴图.-This is the VC and OpenGL 3D production of documents included in the demonstration. Contained yes. Ase documents, also done a number of map.
- 2022-03-15 23:50:37下载
- 积分:1
-
很好的图形程序,大家需要的就下吧,很适合初学者的,
很好的图形程序,大家需要的就下吧,很适合初学者的,-good graphics program, we need on the next bar, are very suitable for beginners, Oh
- 2023-05-02 08:35: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
-
图形编程,关于OPENGL 和VC代码.主要是显示图形的颜色的情况及相应的位置....
图形编程,关于OPENGL 和VC代码.主要是显示图形的颜色的情况及相应的位置.-graphics programming, and VC on the OpenGL code. Display graphics is the color of the situation and the corresponding position.
- 2022-10-10 00:20:03下载
- 积分:1