Cargando…

Unity 5.x Shaders and effects cookbook : master the art of Shader programming to bring life to your Unity projects /

Master the art of Shader programming to bring life to your Unity projectsAbout This Book This book will help you master the technique of physically based shading in Unity 5 to add realism to your game quickly through precise recipes From an eminent author, this book offers you the fine technicalitie...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Zucconi, Alan (Autor), Lammers, Kenneth (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, Ã2016.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn951662354
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 160329s2016 enka o 001 0 eng d
040 |a COO  |b eng  |e pn  |c COO  |d EBLCP  |d VT2  |d OCLCO  |d OCLCF  |d CHVBK  |d DEBBG  |d FEM  |d IDB  |d OCLCQ  |d OCLCO  |d MERUC  |d OCLCQ  |d OCLCO  |d UMI  |d KSU  |d N$T  |d OCL  |d UOK  |d CEF  |d OCLCQ  |d OCLCO  |d ZCU  |d AGLDB  |d G3B  |d UAB  |d IGB  |d AU@  |d OCLCA  |d RDF  |d OCLCQ  |d UK7LJ  |d OCLCQ  |d OCLCO  |d OCLCQ  |d UKMGB  |d OCL 
015 |a GBC334985  |2 bnb 
016 7 |a 018010563  |2 Uk 
019 |a 945637620  |a 968006388  |a 969014312  |a 1156235719  |a 1259148606 
020 |a 9781785289187  |q (electronic bk.) 
020 |a 1785289187  |q (electronic bk.) 
020 |z 1785285246 
020 |z 9781785285240 
029 1 |a AU@  |b 000062540237 
029 1 |a CHNEW  |b 000884623 
029 1 |a CHVBK  |b 374433232 
029 1 |a DEBBG  |b BV043893555 
029 1 |a DEBBG  |b BV043969032 
029 1 |a DEBSZ  |b 485795450 
029 1 |a GBVCP  |b 882753762 
029 1 |a UKMGB  |b 018010563 
035 |a (OCoLC)951662354  |z (OCoLC)945637620  |z (OCoLC)968006388  |z (OCoLC)969014312  |z (OCoLC)1156235719  |z (OCoLC)1259148606 
037 |b 01201872 
050 4 |a QA76.9.U83  |b Z83 2016 
072 7 |a COM  |x 070000  |2 bisacsh 
082 0 4 |a 005.437  |2 23 
049 |a UAMI 
100 1 |a Zucconi, Alan,  |e author. 
245 1 0 |a Unity 5.x Shaders and effects cookbook :  |b master the art of Shader programming to bring life to your Unity projects /  |c Alan Zucconi, Kenneth Lammers. 
260 |a Birmingham :  |b Packt Publishing,  |c Ã2016. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Quick answers to common problems 
500 |a Includes index. 
520 8 |a Master the art of Shader programming to bring life to your Unity projectsAbout This Book This book will help you master the technique of physically based shading in Unity 5 to add realism to your game quickly through precise recipes From an eminent author, this book offers you the fine technicalities of professional post-processing effects for stunning results This book will help you master Shader programming through easy-to-follow examples to create stunning visual effects that can be used in 3D games and high quality graphics. Who This Book Is ForUnity Effects and Shader Cookbook is written for developers who want to create their first Shaders in Unity 5 or wish to take their game to a whole new level by adding professional post-processing effects. A solid understanding of Unity is required. What You Will Learn Understand physically based rendering to fit the aesthetic of your game Enter the world of post-processing effects to make your game look visually stunning Add life to your materials, complementing Shader programming with interactive scripts Design efficient Shaders for mobile platforms without sacrificing their realism Use state-of-the-art techniques such as volumetric explosions and fur shading Build your knowledge by understanding how Shader models have evolved and how you can create your own Discover what goes into the structure of Shaders and why lighting works the way it does Master the math and algorithms behind the most used lighting modelsIn DetailSince their introduction to Unity, Shaders have been notoriously difficult to understand and implement in games: complex mathematics have always stood in the way of creating your own Shaders and attaining that level of realism you crave. With Shaders, you can transform your game into a highly polished, refined product with Unity's post-processing effects. Unity Shaders and Effects Cookbook is the first of its kind to bring you the secrets of creating Shaders for Unity3Dguiding you through the process of understanding vectors, how lighting is constructed with them, and also how textures are used to create complex effects without the heavy math. We'll start with essential lighting and finishing up by creating stunning screen Effects just like those in high quality 3D and mobile games. You'll discover techniques including normal mapping, image-based lighting, and how to animate your models inside a Shader. We'll explore the secrets behind some of the most powerful techniques, such as physically based rendering! With Unity Shaders and Effects Cookbook, what seems like a dark art today will be second nature by tomorrow. Style and approachThe recipes in this book contain step-by-step instructions, complemented by screenshots and code, and real-world examples. 
521 |a Trade  |b Packt Publishing, Limited. 
505 0 |a Cover; Copyright; Credits; About the Authors; www.PacktPub.com; Preface; Chapter 1: Creating Your First Shader; Introduction; Creating a basic Standard Shader; Migrating Legacy Shaders from Unity 4 to Unity 5; Adding properties to a shader; Using properties in a Surface Shader; Chapter 2: Surface Shaders and Texture Mapping; Introduction; Diffuse shading; Using packed arrays; Adding a texture to a shader; Scrolling textures by modifying UV values; Normal mapping; Creating a transparent material; Creating a Holographic Shader; Packing and blending textures 
505 8 |a Creating a circle around your terrainChapter 3: Understanding Lighting Models; Introduction; Creating a custom diffuse lighting model; Creating a Toon Shader; Creating a Phong Specular type; Creating a BlinnPhong Specular type; Creating an Anisotropic Specular type; Chapter 4: Physically Based Rendering in Unity 5; Introduction; Understanding the metallic setup; Adding transparency to PBR; Creating mirrors and reflective surfaces; Baking lights in your scene; Chapter 5: Vertex Functions; Introduction; Accessing a vertex color in a Surface Shader; Animating vertices in a Surface Shader 
505 8 |a Extruding your modelsImplementing a snow shader; Implementing a volumetric explosion; Chapter 6: Fragment Shaders and Grab Passes; Introduction; Understanding Vertex and Fragment Shaders; Using grab pass; Implementing a Glass Shader; Implementing a Water Shader for 2D games; Chapter 7: Mobile Shader Adjustment; Introduction; What is a cheap shader?; Profiling your shaders; Modifying our shaders for mobile; Chapter 8: Screen Effects with Unity Render Textures; Introduction; Setting up the screen effects script system; Using brightness, saturation, and contrast with screen effects 
505 8 |a Using basic Photoshop-like Blend modes with screen effectsUsing the Overlay Blend mode with screen effects; Chapter 9: Gameplay and Screen Effects; Introduction; Creating an old movie screen effect; Creating a night vision screen effect; Chapter 10: Advanced Shading Techniques; Introduction; Using CgInclude files that are built into Unity; Making your shader world modular with CgInclude; Implementing a Fur Shader; Implementing heatmaps with arrays; Index 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Unity (Electronic resource) 
630 0 7 |a Unity (Electronic resource)  |2 fast  |0 (OCoLC)fst01795070 
650 0 |a User interfaces (Computer systems) 
650 0 |a Computer graphics. 
650 0 |a Computer games  |x Programming. 
650 6 |a Interfaces utilisateurs (Informatique) 
650 6 |a Infographie. 
650 6 |a Jeux d'ordinateur  |x Programmation. 
650 7 |a computer graphics.  |2 aat 
650 7 |a COMPUTERS  |x User Interfaces.  |2 bisacsh 
650 7 |a Video games  |x Programming.  |2 fast  |0 (OCoLC)fst00872114 
650 7 |a Computer graphics.  |2 fast  |0 (OCoLC)fst00872119 
650 7 |a User interfaces (Computer systems)  |2 fast  |0 (OCoLC)fst01163191 
700 1 |a Lammers, Kenneth,  |e author. 
776 0 8 |i Erscheint auch als:  |n Druck-Ausgabe  |t Zucconi, Alan. Unity 5.x Shaders and Effects Cookbook 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1193295  |z Texto completo 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4520815 
938 |a EBSCOhost  |b EBSC  |n 1193295 
994 |a 92  |b IZTAP