-
This is a use vc and 3d game opengl prepared. Particle system for the particular...
此为一款用vc和opengl编写的3d游戏。粒子系统作的尤其漂亮-This is a use vc and 3d game opengl prepared. Particle system for the particular good
- 2022-06-02 12:15:42下载
- 积分:1
-
小波变换 c++平台
小波变换是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的时间一频率窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,因此,小波变换在许多领域都得到了成功的应用,特别是小波变换的离散数字算法已被广泛用于许多问题的变换研究中。从此,小波变换越来越引起人们的重视,其应用领域来越来越广泛。
- 2022-06-26 01:59:34下载
- 积分:1
-
实例40 毫秒级的控制
实例40 毫秒级的控制-example 40 millisecond control
- 2022-09-24 18:55:03下载
- 积分:1
-
一本很好的书,将三维图形开发与游戏开发
一本很好的书,将的是3D图像开发和游戏开发-A very good book, will be the 3D graphics development and game development
- 2023-08-03 21:50:05下载
- 积分:1
-
初学OpenGL很好的框架,添加了画出三角形和四边形的代码并为其上色。...
初学OpenGL很好的框架,添加了画出三角形和四边形的代码并为其上色。-Good beginner OpenGL framework, added a painted triangle and quadrilateral, and its color code.
- 2023-08-08 15:40:04下载
- 积分:1
-
VC++6.0编写的3D图像程序.可以使用鼠标或键盘随意旋转3D图像,以及调整其颜色及光照效果....
VC++6.0编写的3D图像程序.可以使用鼠标或键盘随意旋转3D图像,以及调整其颜色及光照效果.-VC 6.0 3D graphics prepared by the procedure. Using the mouse or keyboard randomly rotating 3D graphics, and adjust its color and lighting effect.
- 2023-02-28 03:40:04下载
- 积分:1
-
利用Opengl编程实现的小魔方
在VC++平台下,利用Opengl编程实现魔方小游戏,可以进一步开发、扩展。
- 2022-03-13 11:53:17下载
- 积分: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
-
贪吃蛇游戏
#include < stdio.h >
#include < time.h >
#include < windows.h >
#include < gl/glut.h >
#define 1
#define 下 2
#define 左 3
#define 右 4
状态变量
闪烁
- 2022-02-07 21:32:42下载
- 积分:1
-
这是Nehe开发的一个简单的OpenGL程序
这是Nehe开发的一个简单的OpenGL程序-This is the development of a simple procedure OpenGL
- 2023-06-13 08:05:04下载
- 积分:1