10 products were found matching your search for Shader 2 in 1 shops:
-
ShaderX2: Shader Programming Tips and Tricks with DirectX 9.0
Vendor: Abebooks.com Price: 108.88 $Topics include advanced implementation of image space techiques and non-photorealistic rendering in Microsoft's DirectX 9.0
-
ShaderX2: Shader Programming Tips and Tricks with DirectX 9.0
Vendor: Abebooks.com Price: 128.23 $Topics include advanced implementation of image space techiques and non-photorealistic rendering in Microsoft's DirectX 9.0
-
Unreal Engine 5 Shaders and Effects Cookbook: Over 50 recipes to help you create materials and utilize advanced shading techniques, 2nd Edition
Vendor: Abebooks.com Price: 47.61 $Book is in Used-VeryGood condition. Pages and cover are clean and intact. Used items may not include supplementary materials such as CDs or access codes. May show signs of minor shelf wear and contain very limited notes and highlighting. 1.61
-
Unreal Engine 5 Shaders and Effects Cookbook: Over 50 recipes to help you create materials and utilize advanced shading techniques, 2nd Edition
Vendor: Abebooks.com Price: 56.13 $Book is in NEW condition. 1.61
-
Unity 2021 Shaders and Effects Cookbook - Fourth Edition: Over 50 recipes to help you transform your game into a visually stunning masterpiece
Vendor: Abebooks.com Price: 55.05 $Book is in NEW condition. 2.26
-
Foundations of Game Engine Development, Volume 2: Rendering
Vendor: Abebooks.com Price: 53.78 $This second volume in the Foundations of Game Engine Development series explores the vast subject of real-time rendering in modern game engines. The book provides a detailed introduction to color science, world structure, projections, shaders, lighting, shadows, fog, and visibility methods. This is followed by extensive discussions of a variety of advanced rendering techniques that include volumetric effects, atmospheric shadowing, ambient occlusion, motion blur, and isosurface extraction. Emphasis is placed on practical implementation, and code is included.
-
Foundations of Game Engine Development, Volume 2: Rendering
Vendor: Abebooks.com Price: 117.76 $This second volume in the Foundations of Game Engine Development series explores the vast subject of real-time rendering in modern game engines. The book provides a detailed introduction to color science, world structure, projections, shaders, lighting, shadows, fog, and visibility methods. This is followed by extensive discussions of a variety of advanced rendering techniques that include volumetric effects, atmospheric shadowing, ambient occlusion, motion blur, and isosurface extraction. Emphasis is placed on practical implementation, and code is included.
-
OpenGL ES 2 for Android: A Quick-Start Guide (Pragmatic Programmers)
Vendor: Abebooks.com Price: 32.47 $Printed in full color.Android is booming like never before, with millions of devices shipping every day. It's never been a better time to learn how to create your own 3D games and live wallpaper for Android. You'll find out all about shaders and the OpenGL pipeline, and discover the power of OpenGL ES 2.0, which is much more feature-rich than its predecessor. If you can program in Java and you have a creative vision that you'd like to share with the world, then this is the book for you.This book will teach you everything you need to know to create compelling graphics on Android. You'll learn the basics of OpenGL by building a simple game of air hockey, and along the way, you'll see how to initialize OpenGL and program the graphics pipeline using shaders. Each lesson builds upon the one before it, as you add colors, shading, 3D projections, touch interaction, and more.Then, you'll find out how to turn your idea into a live wallpaper that can run on the home screen. You'll learn about more advanced effects involving particles, lighting models, and the depth buffer. You'll understand what to look for when debugging your program, and what to watch out for when deploying to the market.OpenGL can be somewhat of a dark art to the uninitiated. As you read this book, you'll learn each new concept from first principles. You won't just learn about a feature; you'll also understand how it works, and why it works the way it does. Everything you learn is forward-compatible with the just-released OpenGL ES 3, and you can even apply these techniques to other platforms, such as iOS or HTML5 WebGL.
-
GPU Zen 2: Advanced Rendering Techniques
Vendor: Abebooks.com Price: 81.69 $Exploring recent developments in the rapidly evolving field of game real-time rendering, GPU Zen assembles a high-quality collection of cutting-edge contributions for programming the GPU.Table of ContentsRendering (Patrick Cozzi)1. Adaptive GPU Tessellation with Compute Shaders by Jad Khoury, Jonathan Dupuy, and Christophe Riccio2. Applying Vectorized Visibility on All frequency Direct Illumination by Ho Chun Leung, Tze Yui Ho, Zhenni Wang, Chi Sing Leung, Eric Wing Ming Wong3. Non-periodic Tiling of Noise-based Procedural Textures by Aleksandr Kirillov4. Rendering Surgery Simulation with Vulkan by Nicholas Milef, Di Qi, and Suvranu De5. Skinned Decals by Hawar DoghramachiEnvironmental Effects (Wolfgang Engel)1. Real-Time Fluid Simulation in Shadow of the Tomb Raider by Peter Sikachev, Martin Palko and Alexandre Chekroun2. Real-time Snow Deformation in Horizon Zero Dawn: The Frozen Wilds by Kevin ÖrtegrenShadows (Maurizio Vives)1. Soft Shadow Approximation for Dappled Light Sources by Mariano Merchante2. Parallax-Corrected Cached Shadow Maps by Pavlo Turchyn3D Engine Design (Wessam Bahnassi)1. Real-Time Layered Materials Compositing Using Spatial Clustering Encoding by Sergey Makeev2. Procedural Stochastic Textures by Tiling and Blending by Thomas Deliot and Eric Heitz3. A Ray Casting Technique for Baked Texture Generation by Alain Galvan and Jeff Russell4. Writing an efficient Vulkan renderer by Arseny Kapoulkine5. glTF - Runtime 3D Asset Delivery by Marco HutterRay Tracing (Anton Kaplanyan)1. Real-Time Ray-Traced One-Bounce Caustics by Holger Gruen2. Adaptive Anti-Aliasing using Conservative Rasterization and GPU Ray Tracing by Rahul Sathe, Holger Gruen, Adam Marrs, Josef Spjut, Morgan McGuire, Yury Uralsky
-
OpenGL Programming Guide: The Official Guide to Learning OpenGL, Versions 4.3
Vendor: Abebooks.com Price: 79.99 $Includes Complete Coverage of the OpenGL® Shading Language! Today’s OpenGL software interface enables programmers to produce extraordinarily high-quality computer-generated images and interactive applications using 2D and 3D objects, color images, and programmable shaders. OpenGL® Programming Guide: The Official Guide to Learning OpenGL®, Version 4.3, Eighth Edition, has been almost completely rewritten and provides definitive, comprehensive information on OpenGL and the OpenGL Shading Language. This edition of the best-selling “Red Book” describes the features through OpenGL version 4.3. It also includes updated information and techniques formerly covered in OpenGL® Shading Language (the “Orange Book”). For the first time, this guide completely integrates shader techniques, alongside classic, functioncentric techniques. Extensive new text and code are presented, demonstrating the latest in OpenGL programming techniques. OpenGL® Programming Guide, Eighth Edition, provides clear explanations of OpenGL functionality and techniques, including processing geometric objects with vertex, tessellation, and geometry shaders using geometric transformations and viewing matrices; working with pixels and texture maps through fragment shaders; and advanced data techniques using framebuffer objects and compute shaders. New OpenGL features covered in this edition include Best practices and sample code for taking full advantage of shaders and the entire shading pipeline (including geometry and tessellation shaders) Integration of general computation into the rendering pipeline via compute shaders Techniques for binding multiple shader programs at once during application execution Latest GLSL features for doing advanced shading techniques Additional new techniques for optimizing graphics program performance
10 results in 0.251 seconds
Related search terms
© Copyright 2025 shopping.eu