1. Real-Time Rendering Resources

http://www.realtimerendering.com/

2. Books on Amazon

http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&field-keywords=Real-Time+Rendering

3. Lighthouse3D is a site devoted mostly to 3D computer graphics

http://www.lighthouse3d.com/

4. 3D Kingdoms

http://www.3dkingdoms.com/programs.php?cat=3

OpenGL的guide

5. OpenGL ES 2.0 Primer

http://glslstudio.com/primer/

可以作为简介OpenGL ES 2.0的资料

6. OpenGL ES 2.0 的渲染管线

http://www.opengl.org/wiki/Rendering_Pipeline_Overview

7. OpenGL ES 2.0 API Quick Reference Card (2010)

OpenGL ES 2.0 API 4页纸的快速查找卡

8. OpenGL ES 3.0 API Reference Card (2012)

http://www.khronos.org/files/opengles3-quick-reference-card.pdf

9.

http://en.wikibooks.org/wiki/OpenGL_Programming

http://blog.csdn.net/column/details/myopengl.html

http://www.learn-cocos2d.com/2012/07/learnflash-great-opengl-es-20-tutorials-references/

http://www.packtpub.com/article/tips-tricks-getting-started-with-opengl-glsl-4   (GLSL4.0)

10.

http://nehe.gamedev.net/

http://www.clockworkcoders.com/oglsl/tutorial8.htm

http://ogldev.atspace.co.uk/www/tutorial06/tutorial06.html

http://ogldev.atspace.co.uk/www/tutorial14/tutorial14.html

11. google “mesh obj”

12. glsl studio相关和其替代品

http://appocalypse.net/apps-like/203606-glsl-studio

http://www.148apps.com/news/glsl-studio-brings-opengl-es-20-coding/

http://www.twolivesleft.com/Codea/Talk/discussion/424/glsl-talk-and-demo/p1

https://developer.mozilla.org/it/demos/detail/cross-hatching-glsl-shader

http://gpuscience.com/software/glsl-studio-first-full-opengl-programming-environment-for-ios/

13. GPU Pro 系列

GPU Pro 4: Advanced Rendering Techniques

14. GPU Gems 系列

http://http.developer.nvidia.com/GPUGems3/gpugems3_copyrightpg.html

999.

http://www.imgtec.com/powervr/insider/sdk/KhronosOpenGLES2xSGX.asp

Rendering Resources的更多相关文章

  1. Unity资源的查找

    Object.Destroy static function Destroy(obj: Object, t: float = 0.0F): void;   Description Removes a ...

  2. 深入GPU硬件架构及运行机制

    目录 一.导言 1.1 为何要了解GPU? 1.2 内容要点 1.3 带着问题阅读 二.GPU概述 2.1 GPU是什么? 2.2 GPU历史 2.2.1 NV GPU发展史 2.2.2 NV GPU ...

  3. Tutorial - Deferred Rendering Shadow Mapping 转

    http://www.codinglabs.net/tutorial_opengl_deferred_rendering_shadow_mapping.aspx Tutorial - Deferred ...

  4. [ZZ] Adventures with Gamma-Correct Rendering

    http://renderwonk.com/blog/index.php/archive/adventures-with-gamma-correct-rendering/ Adventures wit ...

  5. [ZZ] Understanding 3D rendering step by step with 3DMark11 - BeHardware >> Graphics cards

    http://www.behardware.com/art/lire/845/ --> Understanding 3D rendering step by step with 3DMark11 ...

  6. SPRING IN ACTION 第4版笔记-第六章RENDERING WEB VIEWS-006- 使用thymeleaf(TemplateResolver、SpringTemplateEngine、ThymeleafViewResolver、th:include、th:object、th:field="*{firstName}")

    一.在Spring中使用thymeleaf的步骤 1.配置 In order to use Thymeleaf with Spring, you’ll need to configure three ...

  7. Tile based Rendering //后面一段是手机优化建议

    https://www.imgtec.com/blog/a-look-at-the-powervr-graphics-architecture-tile-based-rendering/ 一种硬件结构 ...

  8. Android 性能优化(21)*性能工具之「GPU呈现模式分析」Profiling GPU Rendering Walkthrough:分析View显示是否超标

    Profiling GPU Rendering Walkthrough 1.In this document Prerequisites Profile GPU Rendering $adb shel ...

  9. PatentTips - Sprite Graphics Rendering System

    BACKGROUND This disclosure relates generally to the field of computer graphics. More particularly, b ...

随机推荐

  1. 最强数据集50个最佳机器学习公共数据,可以帮你验证idea!

    1.  寻找数据集の奥义 根据CMU的说法,寻找一个好用的数据集需要注意一下几点: 数据集不混乱,否则要花费大量时间来清理数据. 数据集不应包含太多行或列,否则会难以使用. 数据越干净越好,清理大型数 ...

  2. 大话java性能优化 pdf 下载(全本)

    扫加公众号,回复”大话java性能优化",免费获取此书.

  3. Django之模板Template

    模板介绍 作为Web框架,Django提供了模板,可以很便利的动态生成HTML 模版系统致力于表达外观,而不是程序逻辑 模板的设计实现了业务逻辑(view)与显示内容(template)的分离,一个视 ...

  4. Tornado之链接数据库

    5 数据库 知识点 torndb安装 连接初始化 执行语句 execute execute_rowcount 查询语句 get query 5.1 数据库 与Django框架相比,Tornado没有自 ...

  5. HTML5 浏览器接收的常用 content-type

    <1> 常见的设置方法 response.setHeader("content-type", 'text/html'); <2> 浏览器接收的常用 cont ...

  6. FDMemTable 数据集

    c++builder FDMemTable 内存表 内存数据表:现在应该首选 TFDMemTable 了(之前是 TClientDataSet) FDMemTable->CloneCursor( ...

  7. WebRTC内置debug工具,详细参数解读 chrome://webrtc-internals/

    为了确保这篇文章所写内容尽可能的准确,我决定请来Philipp Hancke来作为此篇文章的共同作者. 当你想要找到你WebRTC产品中的问题时,webrtc-internals是一个非常棒的工具,因 ...

  8. SVM支持向量机推导,工具介绍及python实现

    支持向量机整理 参考: Alexandre KOWALCZYK大神的SVM Tutorial http://blog.csdn.net/alvine008/article/details/909711 ...

  9. 迷你MVVM框架 avalonjs 1.4.1发布

    以后有关avalon的版本升级消息,全部改放到这里 重构parseHTML,让其支持xhtml 强化 ms-duplex-number拦截器 添加data-duplex-number辅助指令 值为st ...

  10. 如何在java中发起http和https请求

    一般调用外部接口会需要用到http和https请求. 一.发起http请求 1.写http请求方法 //处理http请求 requestUrl为请求地址 requestMethod请求方式,值为&qu ...