- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://danielrapp.github.com/fragment.js/
软件介绍
Fragment.js 允许你加载 html 碎片到任何元素中,只需要使用 data-fragment 属性。
<div data-fragment="fragment.html"></div>
也可通过 JSON 进行加载,如:
<div data-fragment-json="fragment.json">This is {{adjective}}!</div>
或者是二者的组合:
<div data-fragment="mustache-fragment.html" data-fragment-json="fragment.json"></div>
Real-Time Rendering, Third Edition
Tomas Akenine-Moller、Eric Haines、Naty Hoffman / A K Peters/CRC Press / 2008-7-25 / USD 102.95
Thoroughly revised, this third edition focuses on modern techniques used to generate synthetic three-dimensional images in a fraction of a second. With the advent or programmable shaders, a wide varie......一起来看看 《Real-Time Rendering, Third Edition》 这本书的介绍吧!
