Rendering Resources
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的更多相关文章
- Unity资源的查找
Object.Destroy static function Destroy(obj: Object, t: float = 0.0F): void; Description Removes a ...
- 深入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 ...
- Tutorial - Deferred Rendering Shadow Mapping 转
http://www.codinglabs.net/tutorial_opengl_deferred_rendering_shadow_mapping.aspx Tutorial - Deferred ...
- [ZZ] Adventures with Gamma-Correct Rendering
http://renderwonk.com/blog/index.php/archive/adventures-with-gamma-correct-rendering/ Adventures wit ...
- [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 ...
- 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 ...
- Tile based Rendering //后面一段是手机优化建议
https://www.imgtec.com/blog/a-look-at-the-powervr-graphics-architecture-tile-based-rendering/ 一种硬件结构 ...
- Android 性能优化(21)*性能工具之「GPU呈现模式分析」Profiling GPU Rendering Walkthrough:分析View显示是否超标
Profiling GPU Rendering Walkthrough 1.In this document Prerequisites Profile GPU Rendering $adb shel ...
- PatentTips - Sprite Graphics Rendering System
BACKGROUND This disclosure relates generally to the field of computer graphics. More particularly, b ...
随机推荐
- IP 别名和辅助 IP 地址
https://blog.csdn.net/xiewen99/article/details/54729112?utm_source=itdadao
- NPOI操作word文档1
1.首先进行XWPFDocument类的实例化,该类的实例对应一个word文档 XWPFDocument MyDoc = new XWPFDocument(); 2.设置页面的大小 CT_SectPr ...
- leetcode455
public class Solution { public int FindContentChildren(int[] g, int[] s) { var listg = g.OrderBy(x = ...
- PHP图像 因其本身有错无法显示
昨天终于将客户的一个网站迁移至虚拟主机上,满怀希望的敲入网址.唰的一声,网站很轻松的被打开了. 心里那个高兴啊~~~ 咦,怎么产品图片都没有显示出来.一块块都是空白.敲入img src对应的地址,看看 ...
- MySQL优化order by导致的 using filesort
using filesort 一般出现在 使用了 order by 语句当中. using filesort不一定引起mysql的性能问题.但是如果查询次数非常多,那么每次在mysql中进行排序,还是 ...
- wildFly(Jboss as)入门
目录 简介 安装 使用 简介 JBoss AS 从8版本起名为wildfly.JBoss是纯Java的EJB(企业JavaBean)服务器. JBoss As 由 Redhat出品的开源免费服务器,采 ...
- python中关键字的总结
python中各种关键字的总结:用表格形式,解释关键字符号的作用和案例说明 关键字 ...
- UI5-文档-4.25-Sorting and Grouping
为了使我们的发票列表更加用户友好,我们将它按字母顺序排序,而不是仅仅显示来自数据模型的顺序.此外,我们还引入了组,并添加了发布产品的公司,以便更容易使用数据. Preview The list is ...
- 程序员教程-10章-C++程序设计
本来这章是不打算写了的,毕竟自己学的是JAVA,C++就不想看了,但毕竟还有一点时间,就把C++也看一下吧 目录结构 10.1 C++程序基础 10.1.1 数据类型 1 基本数据类型 2 常量和变量 ...
- 更新日志(建议升级到2017.1.18a) && 更新程序的方法
更新程序的步骤: 1,在控制面板里点击备份当前数据库文件到磁盘,把当天获取的信息从内存写到磁盘/存储卡.2,下载最新版的源码 wget -O "infopi.zip" " ...