-
此程序相当不错,为我们团队开发的基于Opengl的学校虚拟漫游基础程序,可在此基础上进行二次开发...
此程序相当不错,为我们团队开发的基于Opengl的学校虚拟漫游基础程序,可在此基础上进行二次开发
- 2023-05-13 04:10:03下载
- 积分: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-12-14 02:40:03下载
- 积分:1
-
opengl多文档应用实例
opengl多文档应用实例-opengl Multi- Document Application
- 2023-03-30 17:05:04下载
- 积分:1
-
一个小的使用OpenGL和MFC VRML浏览器
A small VRML viewer using OpenGL and MFC
- 2022-03-29 06:42:19下载
- 积分:1
-
我自己编写的OPENGL图形程序,对于初学者很有帮助....
我自己编写的OPENGL图形程序,对于初学者很有帮助.-I wrote an OPENGL program which is very useful for the beginner
- 2022-02-12 09:42:42下载
- 积分: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的小例子,绘制了一个旋转的多面体。
Opengl的小例子,绘制了一个旋转的多面体。-Opengl small examples, drawing a rotating polyhedron.
- 2022-03-24 00:51:42下载
- 积分:1
-
OpenGL 编程指南的源代码
OpenGL 编程指南的源代码-OpenGL Programming Guide to the source code
- 2022-04-14 17:14:09下载
- 积分:1
-
利用vc++调用opengl接口函数,在窗口中显示二维彩色字体
利用vc++调用opengl接口函数,在窗口中显示二维彩色字体-use vc called opengl interface function, in the window display 2D color fonts
- 2022-03-26 05:26:27下载
- 积分:1
-
opengl编程基础一书的源代码。作者作者:(美国)(Edward Angel)安吉尔 译者:段菲
完整、详细介绍基本的OpenGL函数和命令,便于读者快速...
opengl编程基础一书的源代码。作者作者:(美国)(Edward Angel)安吉尔 译者:段菲
完整、详细介绍基本的OpenGL函数和命令,便于读者快速查找
从非数学角度介绍如何进行OpenGL程序设计,有利于读者迅速入门
各章提供可运行的范例,有助于读者理解和应用OpenGL函数
-opengl programming based on the book" s source code. Author Author: (United States) (Edward Angel) Angel translator: Fei Duan complete details of the basic OpenGL functions and commands, easy to readers to quickly find the perspective from a non-mathematical procedure describes how to carry out the design of OpenGL and is conducive to the rapid entry of the chapter the reader provide an example of running to help the reader understand the function and application of OpenGL
- 2023-02-13 15:30:04下载
- 积分:1