Professional WebGL programming : developing 3D graphics for the web /
Everything you need to know about developing hardware-accelerated 3D graphics with WebGL! As the newest technology for creating 3D graphics on the web, in both games, applications, and on regular websites, WebGL gives web developers the capability to produce eye-popping graphics. This book teaches y...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Hoboken :
John Wiley & Sons,
2012.
|
Edición: | 1st ed. |
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover; Contents; Chapter 1: Introducing WEBGL; The Basics of WebGL; So Why is WebGL so Great?; Designing a Graphics API; An Overview of Graphics Hardware; Understanding the WebGL Graphics Pipeline; Comparing WebGL to Other Graphics Technologies; Linear Algebra for 3D Graphics; Summary; Chapter 2: Creating Basic Webgl Examples; Drawing a Triangle; Understanding the WebGL Coding Style; Debugging Your WebGL Application; Using the DOM API to Load Your Shaders; Putting It Together in a Slightly More Advanced Example; Summary; Chapter 3: Drawing; WebGL Drawing Primitives and Drawing Methods.