-
一个很酷的虚拟漫游系统,其中包括纹理映射,反光折射,等等 让你身临奇景...
一个很酷的虚拟漫游系统,其中包括纹理映射,反光折射,等等 让你身临奇景-a cool virtual roaming system, including texture mapping, reflective refraction, etc. allow you to be present Places
- 2022-01-26 08:00:18下载
- 积分:1
-
Computer Graphics OPENGL robot to do with VC
计算机图形学OPENGL
用VC做的机器人-Computer Graphics OPENGL robot to do with VC
- 2022-03-23 03:18:19下载
- 积分:1
-
OPENGL的学习源代码,很容易上手的
OPENGL的学习源代码,很容易上手的-OpenGL study the source code, it is easy to get started with the
- 2022-07-09 18:38:18下载
- 积分:1
-
用Visual C++编写的openGL小程序,模拟机器人,加入光源的使用
用Visual C++编写的openGL小程序,模拟机器人,加入光源的使用-Visual C openGL prepared by the small programs, simulated robot, the use of light to join
- 2022-05-26 16:25:33下载
- 积分: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实现星星旋转
本程序可以绘制出星星旋转的效果
1) 多个星星绕着一个中心旋转;
2) 效果类似螺旋的效果;
3) 星星的颜色不同;
4) 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-16 13:16:48下载
- 积分:1
-
how the game scene mouse response procedures
如何在游戏场景中实现鼠标响应的程序-how the game scene mouse response procedures
- 2023-02-21 20:55:04下载
- 积分:1
-
一个安装程序的简单制作和一个3deditor的源码程序,可供初学者快速学习并使用.其中的opengl和mfc的开发也是个好例子....
一个安装程序的简单制作和一个3deditor的源码程序,可供初学者快速学习并使用.其中的opengl和mfc的开发也是个好例子.-Setup a simple production and a source of 3deditor procedures, for beginners to learn and use quickly. Opengl and mfc which the development is also a good example.
- 2022-05-25 18:06:01下载
- 积分:1
-
GLUT 3.7 beta image datafile distribution (Unix tar format) 图形数据文件分类 Unix用...
GLUT 3.7 beta image datafile distribution (Unix tar format) 图形数据文件分类 Unix用-GLUT 3.7 beta image datafile distribution (Unix tar format) graphics data file by Category Unix
- 2023-03-31 12:05:04下载
- 积分:1
-
large graphics operations Quadrilateral
图形学大作业四边形-large graphics operations Quadrilateral
- 2022-09-05 10:15:02下载
- 积分:1