Inside DirectX


Book Description

Take command of DirectX programming features with direct-from-the-source guidance. Written and thoroughly reviewed by members of the DirectX team, this title contains a wealth of previously unpublished information. The CD-ROM contains source code examples and the DirectX Software Development Kit (SDK).




Inside Direct3D


Book Description

Kovach provides an ideal tutorial to the Direct3D APIs and shows how to use them in real gaming applications, with an emphasis on best performance practices. The author shows how to add 3D effects to any application's UI quickly, and demonstrates how to get great performance and impact from the investment.




Introduction to 3D Game Programming with DirectX 11


Book Description

This updated bestseller provides an introduction to programming interactive computer graphics, with an emphasis on game development using DirectX 11. The book is divided into three main parts: basic mathematical tools, fundamental tasks in Direct3D, and techniques and special effects. It includes new Direct3D 11 features such as hardware tessellation, the compute shader, dynamic shader linkage and covers advanced rendering techniques such as screen-space ambient occlusion, level-of-detail handling, cascading shadow maps, volume rendering, and character animation. Includes a companion CD-ROM with code and figures. eBook Customers: Companion files are available for downloading with order number/proof of purchase by writing to the publisher at [email protected].




Introduction to 3D Game Programming with DirectX 9.0c


Book Description

Introduction to 3D Game Programming with DirectX 9.0c: A Shader Approach presents an introduction to programming interactive computer graphics, with an emphasis on game development, using real-time shaders with DirectX 9.0. The book is divided into three parts that explain basic mathematical and 3D concepts, show how to describe 3D worlds and implement fundamental 3D rendering techniques, and demonstrate the application of Direct3D to create a variety of special effects. With this book understand basic mathematical tools used in video game creation such as vectors, matrices, and transformations; discover how to describe and draw interactive 3D scenes using Direct3D and the D3DX library; learn how to implement lighting, texture mapping, alpha blending, and stenciling using shaders and the high-level shading language (HLSL); explore a variety of techniques for creating special effects, including vertex blending, character animation, terrain rendering, multi-texturing, particle systems, reflections, shadows, and normal mapping;f ind out how to work with meshes, load and render .X files, program terrain/camera collision detection, and implement 3D object picking; review key ideas, gain programming experience, and explore new topics with the end-of-chapter exercises.




DirectX Complete


Book Description

A code-level guide to using DirectX in game and multimedia application development. --




Real-time Rendering Tricks and Techniques in DirectX


Book Description

Providing explanations on how to implement commonly asked for features using the DirectX 8 API, this text should be of interest to both graphic designers and games programmers.




Introduction to 3D Game Programming with DirectX 12


Book Description

This updated bestseller provides an introduction to programming interactive computer graphics, with an emphasis on game development using DirectX 12. The book is divided into three main parts: basic mathematical tools, fundamental tasks in Direct3D, and techniques and special effects. It shows how to use new Direct12 features such as command lists, pipeline state objects, descriptor heaps and tables, and explicit resource management to reduce CPU overhead and increase scalability across multiple CPU cores. The book covers modern special effects and techniques such as hardware tessellation, writing compute shaders, ambient occlusion, reflections, normal and displacement mapping, shadow rendering, and character animation. Includes a companion DVD with code and figures. eBook Customers: Companion files are available for downloading with order number/proof of purchase by writing to the publisher at [email protected]. FEATURES: • Provides an introduction to programming interactive computer graphics, with an emphasis on game development using DirectX 12 • Uses new Direct3D 12 features to reduce CPU overhead and take advantage of multiple CPU cores • Contains detailed explanations of popular real-time game effects • Includes a DVD with source code and all the images (including 4-color) from the book • Learn advance rendering techniques such as ambient occlusion, real-time reflections, normal and displacement mapping, shadow rendering, programming the geometry shader, and character animation • Covers a mathematics review and 3D rendering fundamentals such as lighting, texturing, blending and stenciling • Use the end-of-chapter exercises to test understanding and provide experience with DirectX 12




Sams Teach Yourself DirectX 7 in 24 Hours


Book Description

Guides the reader through the complicated DirectX APIs, allowing the user to create their own DirectX powered applications featuring smooth 3D graphics and sound. In addition to laying the COM-based DirectX foundation, the book covers animation, DirectSound, DirectMusic, Direct3D, control devices, force feedback controls, and multi-user games.




Inside Windows 10


Book Description

In this eBook, Onuora Amobi, former Microsoft MVP for Windows and the editor of www.windows10update.com introduces the reader to Microsoft's newest ecosystem - Windows 10. The author meticulously starts at the beginning and guides you through the evolution of Windows from Windows 7, Microsoft's culture and what it has taken to get Microsoft to this point. Some of what you’ll learn: The evolution of Microsoft – Why Windows 10 was necessary. The new CEO – Satya Nadella’s philosophy and how it’s driving this change Windows 9 – what happened? How come Microsoft skipped this number? Windows 10 – not just a desktop upgrade – a complete ecosystem. Why this is important to know. Just how many versions of Windows 10 are there? Universal Applications are coming – how this will make your life easier. How developing for Windows products is about to get a lot easier. Cortana – Microsoft’s new virtual assistant and how it could change computing. Project Spartan – How Microsoft is attempting to make browsing the web easier. Microsoft’s role in the “Internet of Things” What happened to Windows RT? and much much more… Windows 10 is Microsoft's most ambitious undertaking and you will learn exactly how this new Operating System may change the face of computing forever.




Real-time 3D Rendering with DirectX and HLSL


Book Description

Get Started Quickly with DirectX 3D Programming: No 3D Experience Needed This step-by-step text demystifies modern graphics programming so you can quickly start writing professional code with DirectX and HLSL. Expert graphics instructor Paul Varcholik starts with the basics: a tour of the Direct3D graphics pipeline, a 3D math primer, and an introduction to the best tools and support libraries. Next, you ll discover shader authoring with HLSL. You ll implement basic lighting models, including ambient lighting, diffuse lighting, and specular highlighting. You ll write shaders to support point lights, spotlights, environment mapping, fog, color blending, normal mapping, and more. Then you ll employ C++ and the Direct3D API to develop a robust, extensible rendering engine. You ll learn about virtual cameras, loading and rendering 3D models, mouse and keyboard input, and you ll create a flexible effect and material system to integrate your shaders. Finally, you ll extend your graphics knowledge with more advanced material, including post-processing techniques for color filtering, Gaussian blurring, bloom, and distortion mapping. You ll develop shaders for casting shadows, work with geometry and tessellation shaders, and implement a complete skeletal animation system for importing and rendering animated models. You don t need any experience with 3D graphics or the associated math: Everything s taught hands-on, and all graphics-specific code is fully explained. Coverage includes The Direct3D API and graphics pipeline A 3D math primer: vectors, matrices, coordinate systems, transformations, and the DirectX Math library Free and low-cost tools for authoring, debugging, and profiling shaders Extensive treatment of HLSL shader authoring Development of a C++ rendering engine Cameras, 3D models, materials, and lighting Post-processing effects Device input, component-based architecture, and software services Shadow mapping, depth maps, and projective texture mapping Skeletal animation Geometry and tessellation shaders Survey of rendering optimization, global illumination, compute shaders, deferred shading, and data-driven engine architecture "