-
生成地形,具体是在vc++和opengl环境下生成的
生成地形,具体是在vc++和opengl环境下生成的-Generated terrain, specifically in the vc++ And opengl environment generated
- 2022-01-26 03:07:47下载
- 积分:1
-
使用cg和opengl实现的程序,希望大家能够喜欢。
使用cg和opengl实现的程序,希望大家能够喜欢。-Cg and opengl realize the use of the procedure, I hope everyone can be like.
- 2022-06-18 12:01:09下载
- 积分:1
-
我学了一下OpenGL,写了这个代码。
我学了一下OpenGL,写了这个代码。-I had learned about OpenGL, writing the code.
- 2023-04-10 21:05:03下载
- 积分:1
-
飞车模拟 opengl
飞车模拟 opengl- The speeding car simulates opengl
- 2023-08-25 11:40:02下载
- 积分:1
-
OpenGL MFC 模板
这是一个基于VC6.0的单文档的OpenGL模板程序。记得刚刚学OpenGL的时候到处找OpenGL的框架程序,找到一些OpenGL的代码片段时也没办法试,现在只需要在COpenglTemplateView::OnDraw()函数中填入OpenGL绘图代码,就可以看到执行效果了。适用于广大OpenGL爱好者。
- 2022-11-09 01:00:04下载
- 积分:1
-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-08-11 14:29:53下载
- 积分:1
-
自然现象的模拟。本程序是一个动态云彩模拟的实例。通过在一个四边形上贴一幅云彩图像来实现云彩模拟的...
自然现象的模拟。本程序是一个动态云彩模拟的实例。通过在一个四边形上贴一幅云彩图像来实现云彩模拟的 -simulation of natural phenomena. This program is a dynamic simulation of clouds examples. Through a quadrilateral clouds posted an image to achieve the clouds simulation
- 2022-03-15 13:47:44下载
- 积分:1
-
这不是我写的程序,但我觉得它很好,把VC和opengl结合的不错,我推荐他给新手一看...
这不是我写的程序,但我觉得它很好,把VC和opengl结合的不错,我推荐他给新手一看-This is not my writing process, but I think it is very good, VC and opengl combination of good, I commend him for a look at rookie
- 2022-01-24 14:57:24下载
- 积分: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
-
这是三篇关于层次细节算法的论文希望能有帮助
这是三篇关于层次细节算法的论文希望能有帮助 -This is a 3 on the level of detail algorithm paper hopes to help
- 2022-04-07 12:36:06下载
- 积分:1