Graphics shaders : theory and practice /
"This book uses examples in OpenGL and the OpenGL Shading Language to present the theory and application of shader programming. It explains how to program graphics shaders effectively for use in art, animation, gaming, and visualization. Along with improved graphics and new examples and exercis...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Boca Raton, FL :
CRC Press,
©2012.
|
Edición: | 2nd ed. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- The fixed-function graphics pipeline
- OpenGL shader evolution
- Fundamental shader concepts
- Using glman
- The GLSL shader language
- Lighting
- Vertex shaders
- Fragment shaders and surface appearance
- Surface textures in the fragment shader
- Noise
- Image manipulation with shaders
- Geometry shader concepts and examples
- Tessellation shaders
- The GLSL API
- Using shaders for scientific visualization
- Serious fun.