欢迎来到相识电子书!

标签:Graphics

  • Graphics Alive

    作者:Victionary

    In this book, we talk about graphics that create relationship with us. It is not only a relationship between audience and the entity, like what we would get from reading a flyer or seeing a poster, but a more intimate relationship with our lives. This relationship encompasses all design disciplines - including graphic design, fashion design, interior design and industrial design, etc. Most of us can recognize the value of good design in major undertakings such as building a house; few of us give it much thought in our daily items. To a lot of people, design is like a trend, but rather an art of making objects look beautiful. It is true that many designers are going under the trend, however, good design isn’t reliant on anything. ‘Graphics Alive’ brings you to discover this omnipresent power of ‘graphics being alive’ around us. From big to small, from head to toe, the survey comprises of study of top international brands to unique projects by design experts and also up-and-coming designers.
  • R Graphics Cookbook

    作者:Winston Chang

    This practical guide provides more than 150 recipes to help you generate high-quality graphs quickly, without having to comb through all the details of R's graphing systems. Each recipe tackles a specific problem with a solution you can apply to your own project, and includes a discussion of how and why the recipe works. Most of the recipes use the ggplot2 package, a powerful and flexible way to make graphs in R. If you have a basic understanding of the R language, you're ready to get started. Use R's default graphics for quick exploration of data Create a variety of bar graphs, line graphs, and scatter plots Summarize data distributions with histograms, density curves, box plots, and other examples Provide annotations to help viewers interpret data Control the overall appearance of graphics Render data groups alongside each other for easy comparison Use colors in plots Create network graphs, heat maps, and 3D scatter plots Structure data for graphing
  • OpenGL Programming Guide

    作者:Dave Shreiner,Graham

    Includes Complete Coverage of the OpenGL(r) 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(r) Programming Guide: The Official Guide to Learning OpenGL(r), 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(r) 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(r) 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
  • Physically Based Rendering, Second Edition

    作者:Matt Pharr,Greg Hump

  • Interactive Computer Graphics

    作者:Edward Angel

    Computer animation and graphics--once rare, complicated, and comparatively expensive--are now prevalent in everyday life from the computer screen to the movie screen. Interactive Computer Graphics is the only introduction to computer graphics text for undergraduates that fully integrates OpenGL(R) and emphasizes application-based programming. Using C and C++, the top-down, programming-oriented approach allows for coverage of engaging 3D material early in the course so students immediately begin to create their own 3D graphics. Low-level algorithms (for topics such as line drawing and filling polygons) are presented after students learn to create graphics. This book is suitable for undergraduate students in computer science and engineering, for students in other disciplines who have good programming skills, and for professionals.
  • Geometric Tools for Computer Graphics

    作者:Philip Schneider,Dav

    在线阅读本书 Do you spend too much time creating the building blocks of your graphics applications or finding and correcting errors? Geometric Tools for Computer Graphics is an extensive, conveniently organized collection of proven solutions to fundamental problems that you'd rather not solve over and over again, including building primitives, distance calculation, approximation, containment, decomposition, intersection determination, separation, and more. If you have a mathematics degree, this book will save you time and trouble. If you don't, it will help you achieve things you may feel are out of your reach. Inside, each problem is clearly stated and diagrammed, and the fully detailed solutions are presented in easy-to-understand pseudocode. You also get the mathematics and geometry background needed to make optimal use of the solutions, as well as an abundance of reference material contained in a series of appendices. * Filled with robust, thoroughly tested solutions that will save you time and help you avoid costly errors. * Covers problems relevant for both 2D and 3D graphics programming. * Presents each problem and solution in stand-alone form allowing you the option of reading only those entries that matter to you. * Provides the math and geometry background you need to understand the solutions and put them to work. * Clearly diagrams each problem and presents solutions in easy-to-understand pseudocode. * Resources associated with the book are available at the companion Web site www.mkp.com/gtcg.
  • Illustrations Now!

    作者:Julius Wiedemann

    Drawing power from magazines and newspapers to ads, websites, album covers, and even mobile phone wallpaper, illustration is a crucial element in visual communication today. With unlimited creative possibilities, illustration is as unbound as imagination itself; whether it's a simple pencil drawing, an ornate airbrushed painting, or a computer-generated image, an illustration speaks the international language of ideas. This comprehensive guide showcases 200 of today's best commercial and editorial illustrators from over 50 countries; each entry highlights examples of recent work and includes the artist's contact information, favorite media, awards, clients, and work philosophy. Look no further for what works and who's who in the world of illustration: it's all here.
  • Sticker Graphics

    作者:All Rights Reserved

    Stickers surround us. Whether stuck to walls, signs, mailboxes and other elements of urban furniture, or to car bumpers, helmets and messenger bags, they represent a growing culture fascinated by the various forms and expressions, the myriad of messages, or the lack thereof. This book explores the fetish. From the designers and artists that create the stickers to represent their work and ideas, to the collectors and members of the new generation which utilize them to assert there own individual style. Stickers have become a new form of communication. This book is divided into various sections including: Urban Art, Cutie, Bumper, Artistic, and more. Includes work by: Airside, APE, Alife, Beatservice, Buro-destruct, Build, Delaware, Devilrobots, Flipsflopflyin, Garrettch, Gwg, Groovisions, Happypets, Issey Miyake, Peepshow, Rinzen, Michael Lau, Shepard Fairey, Sticker Nation, Moshino Katsura, Deanne Cheung and Young Kim.
  • Advanced Global Illumination

    作者:Philip Dutre,Kavita

    This book provides a fundamental understanding of global illumination algorithms. It discusses a broad class of algorithms for realistic image synthesis and introduces a theoretical basis for the algorithms presented. Topics include: physics of light transport, Monte Carlo methods, general strategies for solving the rendering equation, stochastic path-tracing algorithms such as ray tracing and light tracing, stochastic radiosity including photon density estimation and hierarchical Monte Carlo radiosity, hybrid algorithms, metropolis light transport, irradiance caching, photon mapping and instant radiosity, beyond the rendering equation, image display and human perception. If you want to design and implement a global illumination rendering system or need to use and modify an existing system for your specific purpose, this book will give you the tools and the understanding to do so.
  • Real-Time Collision Detection

    作者:Christer Ericson

    Written by an expert in the game industry, Christer Ericson's new book is a comprehensive guide to the components of efficient real-time collision detection systems. The book provides the tools and know-how needed to implement industrial-strength collision detection for the highly detailed dynamic environments of applications such as 3D games, virtual reality applications, and physical simulators. Of the many topics covered, a key focus is on spatial and object partitioning through a wide variety of grids, trees, and sorting methods. The author also presents a large collection of intersection and distance tests for both simple and complex geometric shapes. Sections on vector and matrix algebra provide the background for advanced topics such as Voronoi regions, Minkowski sums, and linear and quadratic programming. Of utmost importance to programmers but rarely discussed in this much detail in other books are the chapters covering numerical and geometric robustness, both essential topics for collision detection systems. Also unique are the chapters discussing how graphics hardware can assist in collision detection computations and on advanced optimization for modern computer architectures. All in all, this comprehensive book will become the industry standard for years to come.
  • Mathematics for 3D Game Programming and Computer Graphics, Second Edition

    作者:Eric Lengyel

    This completely updated second edition illustrates the mathematical concepts that a game programmer would need to develop a professional-quality 3D engine. Although the book is geared toward applications in game development, many of the topics appeal to general interests in 3D graphics. It starts at a fairly basic level in areas such as vector geometry and linear algebra, and then progresses to more advanced topics in 3D game programming such as illumination and visibility determination. Particular attention is given to derivations of key results, ensuring that the reader is not forced to endure gaps in the theory. The book assumes a working knowledge of trigonometry and calculus, but also includes sections that review the important tools used from these disciplines, such as trigonometric identities, differential equations, and Taylor series.
  • Physics Based Animation (Graphics Series)

    作者:Kenny Erleben,Jon Sp

    The booming computer games and animated movie industries continue to drive the graphics community's seemingly insatiable search for increased realism, believability, ad speed. To achieve the quality expected by audiences of today's games and movies, programmers need to understand and implement physics-based animation. To provide this understanding, this book is written to teach students and practitioners and theory behind the mathematical models and techniques required for physics-based animation. It does not teach the basic principles of animation, but rather how to transform theoretical techniques into practical skills. It details how the mathematical models are derived from physical and mathematical principles, and explains how these mathematical models are solved in an efficient, robust, and stable manner with a computer. This impressive and comprehensive volume covers all the issues involved in physics-based animation, including collision detection, geometry, mechanics, differential equations, matrices, quaternions, and more. There is excellent coverage of collision detection algorithms and a detailed overview of a physics system. In addition, numerous examples are provided along with detailed pseudo code for most of the algorithms. This book is ideal for students of animation, researchers in the field, and professionals working in the games and movie industries. Topics Covered: * The Kinematics: Articulated Figures, Forward and Inverse Kinematics, Motion Interpolation * Multibody Animation: Particle Systems, Continuum Models with Finite Differences, the Finite Element Method, Computational Fluid Dynamics * Collision Detection: Broad and Narrow Phase Collision Detection, Contact Determination, Bounding Volume Hierarchies, Feature-and Volume-Based Algorithms
  • 计算机图形学

    作者:(美)赫恩(Donald Hearn),

    本书是一本内容丰富、取材新颖的计算机图形学著作,并在其前一版的基础上进行了全面扩充,增加了许多新的内容,覆盖了近年来计算机图形学的最新发展与成就。全书层次分明、重点突出,并附有使用OpenGL编写的大量程序以及各种效果图,是一本难得的优秀教材。 本书共分为15章,全面系统地讲解了计算机图形学的基本概念和相关技术。作者首先对计算机图形学进行综述;然后讲解二维图形的对象表示、算法和应用,以及三维图形的相关技术、建模和变换;接着介绍光照模型、颜色模型和动画技术。本书还新增了有关层次建模和图形文件格式的介绍,最后的附录给出了计算机图形学中用到的基本数学概念。 本书可作为信息技术等相关专业本科生和研究生和研究生的教材的教材或参考书,也可以作为计算机图形学工作者的参考书。
  • Real-Time Rendering, Third Edition

    作者:Tomas Akenine-Moller

    Thoroughly revised, this third edition focuses on modern techniques used to generate synthetic three-dimensional images in a fraction of a second. With the advent or programmable shaders, a wide variety of new algorithms have arisen and evolved over the past few years. This edition discusses current, practical rendering methods used in games and other applications. It also presents a solid theoretical framework and relevant mathematics for the field of interactive computer graphics, all in an approachable style.