-
垄断游戏很酷很好玩
monopoly game very cool and fun
- 2022-07-17 23:00:43下载
- 积分:1
-
非常好的小程续,看了就知道啦,我很喜欢的,希望大家也下啊,一起学习...
非常好的小程续,看了就知道啦,我很喜欢的,希望大家也下啊,一起学习-very good small-added and read it know, I like, I hope, we are under ah and learning
- 2022-12-29 19:10:03下载
- 积分:1
-
opengl编程实现旋转、平移、缩放等功能
opengl 编程 实现旋转、平移、缩放等功能 可以漫游整个场景
- 2022-05-21 15:46:46下载
- 积分:1
-
The code is a CD
该代码是游戏编程光盘中所带,里面讲述了如何用OpenGL进行游戏设计。希望有喜欢的朋友一起分享-The code is a CD-ROM brought the game programming, which describes how to use OpenGL for game design. Want to have friends like to share
- 2022-03-23 16:52:45下载
- 积分:1
-
直接操作pickcolor.exe挑选颜色。图像的淡入和picturefa…
颜色拾取器 直接运行PickColor.exe。图像的淡入和淡出运行PictureFade.exe时,一定要将文件t1.bmp和t2.bmp拷贝到当前目录中。图像特技 运行Special.exe时,一定要将文件t1.bmp拷贝到当前目录中。不规则图形的动画技术 运行MovePicture.exe时,一定要将文件SHIP.bmp、SHIPMASK.bmp和BACKGROUND.bmp拷贝到当前目录中。OpenGL编程直接opengl.exe。-picking colors for direct operation PickColor.exe. The image fades and PictureFade.exe running out of time, it must document t1.bmp and t2.bmp copy of the current directory. Images run Special.exe stunt, it must document t1.bmp copy of the current directory. Irregular graphics animation technology MovePicture.exe run, it must document SHIP.bmp, SHIPMASK.bmp and BACKGROUND.bmp copy of the current directory. OpenGL programming directly opengl.exe.
- 2022-01-28 22:01:11下载
- 积分: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 application of the material to be small way
- 2022-01-23 10:07:22下载
- 积分:1
-
用opengl编写而成,点击左上角的图标,可以看到模拟水面涟漪的效果,已调试!...
用opengl编写而成,点击左上角的图标,可以看到模拟水面涟漪的效果,已调试!-prepared using opengl Click the upper left corner of the icon, we can see the simulation of surface ripple effect Debugging has!
- 2022-03-18 06:47:23下载
- 积分:1
-
导入3ds格式范例,在opengl中显示
这是一个可以导入3ds格式文件的完整的opengl程序。从而可以实现在opengl中对3ds文件的操作。-A complete opengl program can import 3ds file format.
- 2022-04-19 00:32:32下载
- 积分:1
-
Image processing procedures for OpenGL programming Chap06_Terrain.rar
图像处理程序OpenGL编程Chap06_Terrain.rar-Image processing procedures for OpenGL programming Chap06_Terrain.rar
- 2022-07-21 04:45:29下载
- 积分:1