-
opengl 描述地形
适合于初学者刚接触opengl 简单的地形图表面
- 2023-04-29 17:25: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
-
太阳能OpenGL系统
应用背景Sistema的EM C++ OpenGL Energia太阳能 ;通用域名格式- ;texturas-舞动国际-可怕的çõES- Lua- planetas-星关键技术OpenGL的C++轮状çOES3D键盘翻译 ;透视纹理
- 2022-04-27 08:18:54下载
- 积分:1
-
这是一个OMNeT++库德一virula网状网络,我希望你们好有用
this is a omnet ++ coode for a virula mesh network that i hope you fine usefull -this is a omnet++ coode for a virula mesh network that i hope you fine usefull
- 2022-02-14 07:08:47下载
- 积分:1
-
OpenGL的模型和光源,光线和角度可以调整位置…
opengl模型和光源,光源和视点可以调整位置 注:红色立方体不是光源,光源为不可见的. 我是初学做的不怎么好.-opengl model and the light source, light and perspective can be adjusted position Note : red cube is not light, light source is not visible. I was learning to do very well in this aspect.
- 2022-12-08 01:05:03下载
- 积分:1
-
The concept of particle effects is very simple. Particle effects can be used to...
The concept of particle effects is very simple. Particle effects can be used to simulate fire, fireworks, water fountains, snow, rain, explosions and many other things. The effects are created by creating a definite number of particles. Depending on the need for performance and realistic appearance, the number of particles can range from 50 to thousands. Each particle has its own location, size, velocity, color, life and image. The particle engine controls the particles and makes them react according to the rules of the particle .
- 2022-02-24 16:10:50下载
- 积分:1
-
采用OPenGL编写的小程序。
采用OPenGL编写的小程序。-prepared using OpenGL small procedures.
- 2022-02-21 09:39:39下载
- 积分:1
-
opengl例子2
opengl例子2-opengl example 2
- 2022-04-12 20:03:32下载
- 积分:1
-
OPENGL红宝书及源码
OPENGL红宝书及源码-OpenGL source and Red Treasure Book
- 2022-03-25 11:01:18下载
- 积分:1
-
hola glu opengl library
hola glu opengl library
- 2022-03-17 12:07:20下载
- 积分:1