-
OPENGL的学习源代码,很容易上手的
OPENGL的学习源代码,很容易上手的-OpenGL study the source code, it is easy to get started with the
- 2022-05-16 20:03:18下载
- 积分:1
-
Photorealistic rendering of texture mapping: mapping the cube, using a different...
真实感绘制 之 纹理映射:绘制立方体,利用不同的方式对该立方体贴纹理-Photorealistic rendering of texture mapping: mapping the cube, using a different method on the cube texture paste
- 2022-01-31 10:04:50下载
- 积分:1
-
Opengl中用方向键控制方块的运动,并且通过设置材质颜色使每一层的方块颜色不同...
Opengl中用方向键控制方块的运动,并且通过设置材质颜色使每一层的方块颜色不同-Opengl box using the arrow keys to control movement, and by setting the texture color to make each layer a different color box
- 2022-09-19 17:20:03下载
- 积分: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
-
用MFC写的OpenGL控件(46KB)
用MFC写的OpenGL控件(46KB)-with MFC write OpenGL control (File)
- 2023-03-31 22:55:04下载
- 积分:1
-
mfc OpenGL 模板
老外写的很有用
减少大量重复劳动
mfc OpenGL 模板
老外写的很有用
减少大量重复劳动
-mfc OpenGL template foreigner was very useful to reduce the substantial duplication of work
- 2023-02-22 05:50:03下载
- 积分:1
-
nurbsCurve这个程序作为曲线拟合使用的.其中要用到OpenGL的某些库...
nurbsCurve这个程序作为曲线拟合使用的.其中要用到OpenGL的某些库-nurbsCurve this procedure as used in curve fitting. Which to use OpenGL some library
- 2022-02-21 07:25:40下载
- 积分:1
-
OpenGL 作图例子
OpenGL 作图例子 - 全屏幕.rar-OpenGL graphic example- full-screen. Rar
- 2022-01-25 18:07:50下载
- 积分:1
-
不断变幻的图形,很不错的
不断变幻的图形,很不错的-constantly changing graphics, very good
- 2022-07-07 08:15:05下载
- 积分:1
-
openGL实现橡皮筋技术,可以通过菜单绘制折线或矩形
openGL实现橡皮筋技术,可以通过菜单绘制折线或矩形,鼠标右键选择绘制折线或矩形,选定后用鼠标左键进行绘制
- 2022-01-26 06:01:22下载
- 积分:1