-
surf3d presentation, light, frame, filling, aerosol, projectors to choose, use o...
surf3d演示,光照,线框、填充,雾化,投影选择,使用openGL, 需要glut32.dll.-surf3d presentation, light, frame, filling, aerosol, projectors to choose, use openGL, need glut32.dll.
- 2022-04-20 03:35:37下载
- 积分:1
-
This is the source code of the book VC++ advantage program Opengl!
Visual C++ 高级编程技术OpenGL篇 》程序源代码5613879-This is the source code of the book VC++ advantage program Opengl!
- 2022-03-20 06:05:05下载
- 积分:1
-
OpenGL库 行业领域中最为广泛接纳的 2D/3D 图形
OpenGL™ 是行业领域中最为广泛接纳的 2D/3D 图形 API, 其自诞生至今已催生了各种计算机平台及设备上的数千优秀应用程序。OpenGL™ 是独立于视窗操作系统或其它操作系统的,亦是网络透明的。在包含CAD[2] 、内容创作、能源、娱乐、游戏开发、制造业、制药业及虚拟现实等行业领域中,OpenGL™ 帮助程序员实现在 PC、工作站、超级计算机等硬件设备上的高性能、极具冲击力的高视觉表现力图形处理软件的开发。
- 2023-09-05 04:15:04下载
- 积分:1
-
海面,加上天空的云团,形成一个真实的海上场景.而且还下着雪.是一个自然场子景的模拟....
海面,加上天空的云团,形成一个真实的海上场景.而且还下着雪.是一个自然场子景的模拟.-sea and the sky clouds and the formation of a true maritime scenes. But it"s snow. It is a natural gathering place King simulation.
- 2023-08-05 19:25:03下载
- 积分:1
-
OpenGL教学,三维图形绘制
OpenGL教学,三维图形绘制-OpenGL teaching, 3D graphics rendering
- 2023-07-09 02:45:03下载
- 积分:1
-
OPENGL的Text显示类.
win32平台.
OPENGL的Text显示类.
win32平台.-OPENGL display the Text category. Win32 platform.
- 2022-04-09 16:46:14下载
- 积分:1
-
飞行模型,opengl
飞行模型,opengl- Flying model, opengl
- 2022-03-12 00:11:30下载
- 积分:1
-
用opengl编写的一个简单的由颜色变换组成的立方体,可以旋转的功能,已经调试!...
用opengl编写的一个简单的由颜色变换组成的立方体,可以旋转的功能,已经调试!-use opengl prepared by a simple color change of cube, can rotate function, Debugging already!
- 2022-07-05 09:35:39下载
- 积分:1
-
一个opengl的例子!!可以帮助你更详细的了解opengl
一个opengl的例子!!可以帮助你更详细的了解opengl-an opengl example! ! I can help you more detailed understanding opengl!
- 2022-02-20 06:29: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