登录
首页 » OpenGL图像 » opengl三维动画编程.pdf 介绍opengl动画编程的书 讲解由浅入深,适合opengl入门使用...

opengl三维动画编程.pdf 介绍opengl动画编程的书 讲解由浅入深,适合opengl入门使用...

于 2022-03-25 发布 文件大小:7.64 MB
0 175
下载积分: 2 下载次数: 1

代码说明:

opengl三维动画编程.pdf 介绍opengl动画编程的书 讲解由浅入深,适合opengl入门使用-this book introduces basic concepts of opengl programming, which is good for beginners

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • opengl 的源代码-从文件中加载三维人脸的人权,并显示脸。
    使用模板文件 1.从文件中加载一个人类的三维人脸和显示脸。 文件的结构,如下所示: 顶点的数量 顶点的坐标 多边形的数量 多边形的顶点的索引 2.执行俯仰、 滚和偏航的相机。与键盘事件的联系
    2022-09-21 14:10:03下载
    积分:1
  • 有OpenGL实现的decal贴,decal贴技术可实现爆炸、子弹射击等的痕迹效果。程序经测试运行正确。
    有OpenGL实现的decal贴图,decal贴图技术可实现爆炸、子弹射击等的痕迹效果。程序经测试运行正确。-Realize the decal has OpenGL textures, decal mapping technology can realize explosions, bullets and other traces of fire effects. Procedures have been tested to run correctly.
    2022-03-11 05:35:53下载
    积分: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
  • FBO封装了一个比较好的FBO的类。需要显卡的支持
    FBO封装了一个比较好的FBO的类。需要显卡的支持-FBO Packaging, a relatively good FBO class. Need graphics support
    2022-03-19 23:50:44下载
    积分:1
  • opengl 2D Bitmap Texture Font例子
    opengl 2D Bitmap Texture Font例子-opengl 2D Bitmap Font examples Texture
    2022-06-01 01:55:23下载
    积分:1
  • open访问activex的一个例子,介绍了调用active的方法
    open访问activex的一个例子,介绍了调用active的方法-open access activex example, introduced the method of active call
    2022-03-24 07:24:57下载
    积分:1
  • "Both Super OpenGL (2nd Edition)" in the book, usually one each devote...
    《OpenGL超级宝典(第二版)》 在本书中,通常每章介绍一个方面的编程主题,并在同一章中给出与此编程主题相关的大量函数及函数说明。另外,许多函数还提供了实用的示例,使读者可以直接在自己的程序中借鉴参考。 本书内容丰富而全面、结构清晰、层次分明,适用于使用OpenGL编程的各个层次的程序员。 本书是有关OpenGL的参考书,它的内容完整而全面,专为使用OpenGL的新版本进行编程的Windows程序员而写。本书适用于希望掌握OpenGL并提高其图形编程的程序员,既可以作为参考书,也可以作为学习教程。-"Both Super OpenGL (2nd Edition)" in the book, usually one each devoted to the theme programming, and in the same chapter, and this program is relevant to the subject of a large number of functions and function note. In addition, many functions also provide practical examples, so readers can directly in their own procedures builds. The book is rich in content and comprehensive, clear, structured and applicable to the use of OpenGL programming at all levels of programmers. The book is a reference book on OpenGL, and its content is complete and comprehensive and is designed for use OpenGL Programming for the new version of Windows programmers writing. The book apply to the master and improve OpenGL graphics programmin
    2023-06-25 12:10:06下载
    积分:1
  • Visual C++ Entry in OpenGL programming are very helpful for beginners
    Visual C++中OpenGL编程入门 对初学者有很大帮助-Visual C++ Entry in OpenGL programming are very helpful for beginners
    2022-09-22 18:30:03下载
    积分:1
  • 一个很好的OpenGL纹理映射的例子,注意: 在运行程序之前,请将提供的“DLL*.dll文件拷贝到系统的"Windows(或WinNT)system32...
    一个很好的OpenGL纹理映射的例子,注意: 在运行程序之前,请将提供的“DLL*.dll文件拷贝到系统的"Windows(或WinNT)system32"目录下。 -a good OpenGL texture mapping example Note : Before running the program, I would be grateful if the "DLL *. dll files are copied to the system" Windows (or WinNT) system32 "directory.
    2023-02-20 14:30:04下载
    积分:1
  • c++/MFC 必要头文件,是学习openGL必要的头文件,可以看到源代码,方便使用...
    c++/MFC 必要头文件,是学习openGL必要的头文件,可以看到源代码,方便使用-head file of c++,made for learning openGL,you need
    2022-03-14 16:02:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载