-
C++ 编写的太阳系模拟系统,采用rugge/kutta4阶算法,opengl
C++ 编写的太阳系模拟系统,采用rugge/kutta4阶算法,opengl-C preparation of the solar system simulation system used rugge/kutta4 band algorithm, opengl
- 2022-02-07 01:25:43下载
- 积分:1
-
construct 3D characters and achieve a simple control operations
此程构造了3D文字并实现了简单的控制操作-construct 3D characters and achieve a simple control operations
- 2022-05-21 12:44:48下载
- 积分:1
-
mfc development of the OpenGL code examples
mfc开发的OPENGL代码实例-mfc development of the OpenGL code examples
- 2022-03-28 17:05:13下载
- 积分:1
-
《OpenSceneGraph快速入门指导》是目前唯一一本官方认可的开放场景图形渲染库OSG初学者教程书籍。作者为OpenGL编委会的资深专家Paul Mart...
《OpenSceneGraph快速入门指导》是目前唯一一本官方认可的开放场景图形渲染库OSG初学者教程书籍。作者为OpenGL编委会的资深专家Paul Martz,译者:王锐,钱学雷- OpenSceneGraph Quick Start guide, is the only one officially recognized the opening scenes of graphics rendering library OSG tutorial books for beginners. The author is a senior expert in OpenGL Editorial Paul Martz, Translator: Wang Rui, Qian Xuelei
- 2022-05-18 16:39:13下载
- 积分:1
-
Opengl高级编程与可视化系统开发(系统开发篇)的源码,包括三维场景编辑器,三维地形模拟,粒子系统等多个软件的源代码....
Opengl高级编程与可视化系统开发(系统开发篇)的源码,包括三维场景编辑器,三维地形模拟,粒子系统等多个软件的源代码.-Opengl visualization of high-level programming and system development (system development chapter) of the source, including three-dimensional scene editor, three-dimensional topography simulation, particle system and many other software
- 2023-07-28 07:20:05下载
- 积分:1
-
OPENGL 三角形
建立空白Form程序,添加SharpGL.dll引用,添加OpenGLControl控件
在OpenGLDraw事件中添加绘制三角形、四边形边长、颜色等方法,有详细说明
- 2023-01-20 12:45:04下载
- 积分:1
-
VC OPENGL,3DS加载源模型
VC+OpenGL,3DS模型加载源码-VC OpenGL, 3DS loading source model
- 2022-02-13 08:52:25下载
- 积分:1
-
一个opengl编写的小程序,是关于不同shading之间的转化
一个opengl编写的小程序,是关于不同shading之间的转化
-opengl prepared in a small program is on between the different shading into
- 2022-05-05 01:33:49下载
- 积分: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
-
A very basic program demonstrating the use ofthe selectnio buffer in OpenGL. By...
A very basic program demonstrating the use ofthe selectnio buffer in OpenGL. By clicking on the rotating spheres you can make them disappear. The reset button will return everything back to the default setup.-A very basic program demonstrating the use ofthe selectnio buffer in OpenGL. By clicking o n the rotating spheres you can make them disappe ar. The reset button will return everything BAC k to the default setup.
- 2022-07-19 05:40:27下载
- 积分:1