-
将.3ds文件转换成.h c++ 的头文件
将3ds 文件转换成 c++ 头文件你只需要3DS 标准即可。 3D 文件必须保护一列向量和面。否则就没有什么可以加载到程序中。它不存储专业建模显示的某些数据。 如果你有了 3DS 结构,你可以写一个 C++ 读/写常规程序。
- 2022-01-25 19:10:37下载
- 积分:1
-
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节...
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节-an interactive manipulator OpenGL code, Visual C. Key Moment"s first joint, e Key Moment of the second joints, w Key Moment of the third joints
- 2023-08-29 08:00:05下载
- 积分:1
-
茶壶加纹理
绘制一个可以旋转的茶壶,并制作纹理,将纹理贴到茶壶上
- 2022-01-26 19:17:21下载
- 积分:1
-
CANDIDE
CANDIDE-3 软件包。 Wincandide。是基于OpenGL和VC++的软件包。-CANDIDE-3 has been derived from the original one. The main purpose of another model is to simplify animation by MPEG-4 Facial Animation Parameters .Therefore, about 20 vertices have been added, most of them corresponding to MPEG4 feature points. This model is called Candide-3 and is included in the WinCandide package.
- 2023-06-04 09:05:06下载
- 积分:1
-
左侧上跨桥与船和动画
这是一个 opengl 和 c + + 项目使用过剩。轻松打开和修改在 IDE 的代码块。喜欢动画的工作。使用鼠标控制和做更多更好的输出编辑。颜色多变的船和汽车行驶在大桥和大桥可以在左。
- 2022-05-26 06:37:22下载
- 积分: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
-
wrlviewer mesh 3d viewer
源=.Lib3DArray3d.cpp
- 2022-05-08 04:14:57下载
- 积分:1
-
实现碰转的绘制,并且有流动的效果,效果很好
实现碰转的绘制,并且有流动的效果,效果很好-Realize touch to the drawing, and has the effect of the flow, very good
- 2022-07-12 02:10:35下载
- 积分:1
-
Graphic image processing are often used in header files, looking for a good long...
图形图像处理中经常会用到的头文件,找了好长时间才找到,与大家分享!-Graphic image processing are often used in header files, looking for a good long time to find, share with you!
- 2022-07-25 20:54:35下载
- 积分:1
-
glew-2.0.0-win32.zip
配置OpenGL超级宝典第五版的运行环境的glew库
- 2022-04-01 12:17:05下载
- 积分:1