-
一个基于MFC多文档视图的,拥有加载obj格式的3D模型,利用了glm.h和glm.c...
一个基于MFC多文档视图的,拥有加载obj格式的3D模型,利用了glm.h和glm.c-MFC-based multi-document view, with load obj format 3D model, used glm.h and glm.c
- 2022-03-17 17:04:17下载
- 积分:1
-
利用opengl的API函数实现阴影绘制,显示效果比较好
利用opengl的API函数实现阴影绘制,显示效果比较好-use opengl API functions shadow mapping shows that the results were quite good
- 2022-08-20 17:20:29下载
- 积分:1
-
鼠标可以平移物体,右键旋转菜单,完美解决屏幕坐标到三维坐标的转换
鼠标可以平移物体,右键旋转菜单,完美解决屏幕坐标到三维坐标的转换
- 2023-05-20 05:00:04下载
- 积分:1
-
本程序是基于opengl平台而生成的3d的c++代码,所表示的图形是一个会旋转的地球....
本程序是基于opengl平台而生成的3d的c++代码,所表示的图形是一个会旋转的地球.-this program is based on opengl platform and the formation of c 3d code expressed by the graphics will be a rotation of the Earth.
- 2022-06-30 08:21:29下载
- 积分:1
-
OpenGL写的下雪场景
OpenGL写的下雪场景-OpenGL write snow scenes
- 2022-09-01 07:35:03下载
- 积分:1
-
采用opengl绘制三维物体,经实践证明其实现效果好,满足需要。...
采用opengl绘制三维物体,经实践证明其实现效果好,满足需要。-Opengl rendering the use of three-dimensional objects, proven to achieve effective and meet their needs.
- 2023-06-26 11:30:03下载
- 积分:1
-
This is the MFC Nehe OpenGL demo code
这是Nehe的MFC的OpenGL代码演示-This is the MFC Nehe OpenGL demo code
- 2023-04-26 04:25:03下载
- 积分:1
-
opengl三维场景
是基于vc++6.0用opengl创建的三维场景,房间有各种特是效,雾化等,还有转动的风车,还有永动轮,因为整个主题是环保绿色,所以整个场景围绕展开
- 2022-05-29 18:33:37下载
- 积分:1
-
OpenGL写的一个3D游戏引擎
OpenGL写的一个3D游戏引擎-OpenGL to write a 3D game engine
- 2022-06-02 14:34:46下载
- 积分: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