Cantitate/Preț
Produs

Building Quality Shaders for Unity®: Using Shader Graphs and HLSL Shaders

Autor Daniel Ilett
en Limba Engleză Paperback – 18 oct 2022
Understand what shaders are and what they’re used for: Shaders are often seen as mystical and difficult to develop, even by skilled programmers, artists, and developers from other game design disciplines. This book dispels that idea by building up your shader knowledge in stages, starting with fundamental shader mathematics and how shader development mindset differs from other types of art and programming, and slowly delves into topics such as vertex and fragment shaders, lighting, depth-based effects, texture mapping, and Shader Graph.

This book presents each of these topics with a comprehensive breakdown, the required theory, and some practical applications for the techniques learned during each chapter. The HLSL (High Level Shading Language) code and Shader Graphs will be provided for each relevant section, as well as plenty of screenshots.

By the end of this book, you will have a good understanding of the shader development pipeline and you will be fully equipped to start making your own aesthetic and performant shader effects for your own games!

You Will Learn To
• Use shaders across Unity’s rendering pipelines
• Write shaders and modify their behavior with C# scripting
• Use Shader Graph for codeless development
• Understand the important math behind shaders, particularly space transformations
• Profile the performance of shaders to identify optimization targets

Who Is This Book For

This book is intended for beginners to shader development, or readers who may want to make the jump from shader code to Shader Graph. It will also include a section on shader examples for those who already know the fundamentals of shaders and are looking for specific use cases.
Citește tot Restrânge

Preț: 37791 lei

Preț vechi: 47238 lei
-20% Nou

Puncte Express: 567

Preț estimativ în valută:
7232 7461$ 6121£

Carte disponibilă

Livrare economică 11-25 februarie
Livrare express 25-31 ianuarie pentru 5567 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484286517
ISBN-10: 1484286510
Pagini: 734
Ilustrații: XX, 734 p. 272 illus., 251 illus. in color.
Dimensiuni: 178 x 254 x 51 mm
Greutate: 1.11 kg
Ediția:First Edition
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1: Introduction to Shaders in Unity.- Chapter 2: Maths for Shader Development.- Chapter 3: Your Very First Shader.- Chapter 4: Shader Graph.- Chapter 5: Textures, UV Coordinates & Normal Mapping.- Chapter 6: Transparency.- Chapter 7: The Depth Buffer.- Chapter 8: Transparency and Alpha.- Chapter 9: More Shader Fundamentals.- Chapter 10: Lighting and Shadows.- Chapter 11: Image Effects and Post Processing.- Chapter 12: Advanced Shaders.- Chapter 13: Profiling and Optimization.- Chapter 14: Shader Recipes for Your Games.

Notă biografică

Daniel Ilett is an ambitious and motivated PhD student at the University of Warwick. He is a passionate game developer, specialising in shaders and technical art. He publishes a range of educational and tutorial content, including videos and written work, aimed at beginners and intermediate developers. He also does freelance work on shaders and visual effects for games.

Textul de pe ultima copertă

Understand what shaders are and what they’re used for: Shaders are often seen as mystical and difficult to develop, even by skilled programmers, artists, and developers from other game design disciplines. This book dispels that idea by building up your shader knowledge in stages, starting with fundamental shader mathematics and how shader development mindset differs from other types of art and programming, and slowly delves into topics such as vertex and fragment shaders, lighting, depth-based effects, texture mapping, and Shader Graph.

This book presents each of these topics with a comprehensive breakdown, the required theory, and some practical applications for the techniques learned during each chapter. The HLSL (High Level Shading Language) code and Shader Graphs will be provided for each relevant section, as well as plenty of screenshots.

By the end of this book, you will have a good understanding of the shader development pipeline and you will be fully equipped to start making your own aesthetic and performant shader effects for your own games!

You Will Learn To
• Use shaders across Unity’s rendering pipelines
• Write shaders and modify their behavior with C# scripting
• Use Shader Graph for codeless development
• Understand the important math behind shaders, particularly space transformations
• Profile the performance of shaders to identify optimization targets

Caracteristici

Dive deep into Shader Graph, one of Unity's newest and biggest features Understand the vector and matrix maths required for writing shaders Review shaders across Unity’s different render pipelines