-
visual c++ 6.0 和OpenGL 生成地形
visual c++ 6.0 和OpenGL 生成地形-visual c 6.0 and OpenGL generated terrain
- 2022-12-24 10:25:04下载
- 积分:1
-
C++ 编写的太阳系模拟系统,采用rugge/kutta4阶算法,opengl
C++ 编写的太阳系模拟系统,采用rugge/kutta4阶算法,opengl-C preparation of the solar system simulation system used rugge/kutta4 band algorithm, opengl
- 2022-02-07 01:25:43下载
- 积分:1
-
在opengl下用贴图得方法绘制静态得天空盒,不过里面只有.cpp文件,没有可执行文件。...
在opengl下用贴图得方法绘制静态得天空盒,不过里面只有.cpp文件,没有可执行文件。-in opengl using textures mapping methods in static in the sky boxes, but inside only. Cpp file, no executable files.
- 2022-07-18 20:44:45下载
- 积分:1
-
这个基本的应用模板,我用我的OpenGL应用程序创建
This the basic application template that I use to create my OpenGL applications-This the basic application template tha t I use to create my OpenGL applications
- 2023-07-14 13:10:03下载
- 积分:1
-
vb+opengl 三维显示的实例. 实现了三维图形的动态显示.
vb+opengl 三维显示的实例. 实现了三维图形的动态显示.-vb opengl 3D display examples. Implementation of 3D graphics dynamic display.
- 2022-01-28 13:23:59下载
- 积分:1
-
使用OpenGL库,C Builder环境下地形仿真系统三
利用OpenGL函数库,在C++Builder环境下实现三位地形的仿真显示,实现了对地图的放大,缩小,旋转,移动等操作,对不同的高程使用不同的颜色加以标记没,并增加了光照效果,使显示更逼真!-use OpenGL libraries, the C Builder environment under three terrain simulation showed that the realization of the right of the map to zoom, rotate, such as mobile operators, the use of different elevation of different colors, not to be labeled, and to increase the effects of light, shows a more realistic!
- 2023-08-01 12:45:03下载
- 积分:1
-
基于VC++的opengl经典图形算法开发文档
基于VC++的opengl经典图形算法开发文档-Based on VC++ The opengl classic graphics algorithms to develop a document
- 2022-12-12 22:50:03下载
- 积分:1
-
Opengl procedures in loading procedures example vbx Photo
在Opengl程序中加载tga图片例子程序-Opengl procedures in loading procedures example vbx Photo
- 2022-04-20 09:10:54下载
- 积分: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 graphics transformation, using network technology checkered Lane allud...
OpenGL实现3D图形变换,采用网格纹里影射技术-OpenGL 3D graphics transformation, using network technology checkered Lane alluding
- 2022-03-13 09:08:42下载
- 积分:1