|In vendita nella categoria:
Ne hai uno da vendere?

OpenGL SuperBible: Comprehensive Tutorial and Reference (6th Edition)

AMA - BOOKS
(4303)
Registrato come venditore professionale
US $65,41
CircaEUR 56,20
Condizione:
Buone condizioni
Satisfaction Guaranteed! 100% Money Back Guarantee.Book is in typical used-Good Condition. Will show ... Maggiori informazioniinformazioni sulla condizione
Goditi i vantaggi. Restituzioni gratuite.
Non lasciartelo sfuggire. 1 persona osserva questo oggetto.
Spedizione:
US $3,97 (circa EUR 3,41) USPS Media MailTM.
Oggetto che si trova a: Multiple Locations, Stati Uniti
Consegna:
Consegna prevista tra il mar 2 set e il sab 6 set a 94104
I tempi di consegna previsti utilizzando il metodo proprietario di eBay, che è basato sulla vicinanza dell'acquirente rispetto al luogo in cui si trova l'oggetto, sul servizio di spedizione selezionato, sulla cronologia di spedizione del venditore e su altri fattori. I tempi di consegna possono variare, specialmente durante le festività.
Restituzioni:
Restituzioni entro 30 giorni. Le spese di spedizione del reso sono a carico del venditore.
Pagamenti:
    Diners Club

Fai shopping in tutta sicurezza

Garanzia cliente eBay
Se non ricevi l'oggetto che hai ordinato, riceverai il rimborso. Scopri di piùGaranzia cliente eBay - viene aperta una nuova finestra o scheda
Il venditore si assume la piena responsabilità della messa in vendita dell'oggetto.
Numero oggetto eBay:284901381738
Ultimo aggiornamento: 05 ago 2025 07:34:06 CESTVedi tutte le revisioniVedi tutte le revisioni

Specifiche dell'oggetto

Condizione
Buone condizioni
Libro che è già stato letto ma è in buone condizioni. Mostra piccolissimi danni alla copertina incluse alcune rigature, ma nessun foro o strappo. È possibile che la sovraccoperta per le copertine rigide non sia inclusa. La rilegatura presenta minimi segni di usura. La maggior parte delle pagine non è danneggiata e mostra una quantità minima di piegature o strappi, sottolineature di testo a matita, nessuna evidenziazione di testo né scritte ai margini. Non ci sono pagine mancanti. Per maggiori dettagli e la descrizione di eventuali imperfezioni, consulta l'inserzione del venditore. Vedi tutte le definizioni delle condizioniviene aperta una nuova finestra o scheda
Note del venditore
“Satisfaction Guaranteed! 100% Money Back Guarantee.Book is in typical used-Good Condition. Will ...
ISBN
9780321902948

Informazioni su questo prodotto

Product Identifiers

Publisher
Addison Wesley Professional
ISBN-10
0321902947
ISBN-13
9780321902948
eBay Product ID (ePID)
160111267

Product Key Features

Number of Pages
848 Pages
Language
English
Publication Name
Opengl Superbible : Comprehensive Tutorial and Reference
Publication Year
2013
Subject
Programming / Games, Computer Graphics, Digital Media / Video & Animation
Type
Textbook
Author
Graham Sellers, Nicholas Haemel, Richard S. Wright Jr.
Subject Area
Computers
Series
Opengl Ser.
Format
Trade Paperback

Dimensions

Item Height
1.7 in
Item Weight
46.9 Oz
Item Length
9.1 in
Item Width
7.1 in

Additional Product Features

Edition Number
6
Intended Audience
Trade
LCCN
2013-016852
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
006.6/8
Table Of Content
Figures xv Tables xxiii Listings xxv Foreword xxxiii Preface xxxv Acknowledgments xli About the Authors xlv Part I: Foundations 1 Chapter 1: Introduction 3 OpenGL and the Graphics Pipeline 4 The Origins and Evolution of OpenGL 6 Primitives, Pipelines, and Pixels 10 Summary 11 Chapter 2: Our First OpenGL Program 13 Creating a Simple Application 14 Using Shaders 16 Drawing Our First Triangle 24 Summary 25 Chapter 3: Following the Pipeline 27 Passing Data to the Vertex Shader 28 Passing Data from Stage to Stage 29 Tessellation 32 Geometry Shaders 36 Primitive Assembly, Clipping, and Rasterization 38 Fragment Shaders 42 Framebuffer Operations 45 Compute Shaders 47 Summary 48 Chapter 4: Math for 3D Graphics 49 Is This the Dreaded Math Chapter? 50 A Crash Course in 3D Graphics Math 51 Understanding Transformations 63 Interpolation, Lines, Curves, and Splines 82 Summary 90 Chapter 5: Data 91 Buffers 92 Uniforms 103 Shader Storage Blocks 126 Atomic Counters 133 Textures 137 Summary 185 Chapter 6: Shaders and Programs 187 Language Overview 188 Compiling, Linking, and Examining Programs 201 Summary 219 Part II: In Depth 221 Chapter 7: Vertex Processing and Drawing Commands 223 Vertex Processing 224 Drawing Commands 231 Storing Transformed Vertices 259 Clipping 276 Summary 282 Chapter 8: Primitive Processing 283 Tessellation 284 Geometry Shaders 310 Summary 340 Chapter 9: Fragment Processing and the Framebuffer 341 Fragment Shaders 342 Per-Fragment Tests 345 Color Output 357 Off-Screen Rendering 364 Antialiasing 384 Advanced Framebuffer Formats 399 Point Sprites 419 Getting at Your Image 428 Summary 435 Chapter 10: Compute Shaders 437 Using Compute Shaders 438 Examples 449 Summary 471 Chapter 11: Controlling and Monitoring the Pipeline 473 Queries 474 Synchronization in OpenGL 493 Summary 498 Part III: In Practice 501 Chapter 12: Rendering Techniques 503 Lighting Models 504 Non-Photo-Realistic Rendering 544 Alternative Rendering Methods 548 Summary 580 Chapter 13: Debugging and Performance Optimization 581 Debugging Your Applications 582 Performance Optimization 589 Summary 616 Chapter 14: Platform Specifics 617 Using Extensions in OpenGL 618 OpenGL on Windows 623 OpenGL on Mac OS X 647 OpenGL on Linux 682 OpenGL on Mobile Platforms 705 Summary 744 Appendix A: Further Reading 747 Appendix B: The SBM File Format 751 Appendix C: The SuperBible Tools 759 Glossary 765 Index 773
Synopsis
OpenGL SuperBible, Sixth Edition, is the definitive programmer's guide, tutorial, and reference for the world's leading 3D API for real-time computer graphics, OpenGL 4.3. The best all-around introduction to OpenGL for developers at all levels of experience, it clearly explains both the newest API and indispensable related concepts. You'll find up-to-date, hands-on guidance for all facets of modern OpenGL development on both desktop and mobile platforms, including transformations, texture mapping, shaders, buffers, geometry management, and much more.   Extensively revised, this edition presents many new OpenGL 4.3 features, including compute shaders, texture views, indirect draws, and enhanced API debugging. It has been reorganized to focus more tightly on the API, to cover the entire pipeline earlier, and to help you thoroughly understand the interactions between OpenGL and graphics hardware.   Coverage includes A practical introduction to the essentials of realtime 3D graphics Core OpenGL 4.3 techniques for rendering, transformations, and texturing Foundational math for creating interesting 3D graphics with OpenGL Writing your own shaders, with examples to get you started Cross-platform OpenGL, including essential platform-specific API initialization material for Linux, OS X, and Windows Vertex processing, drawing commands, primitive processing, fragments, and framebuffers Using compute shaders to harness today's graphics cards for more than graphics Monitoring and controlling the OpenGL graphics pipeline Advanced rendering: light simulation, artistic and non-photo-realistic rendering, and deferred shading Modern OpenGL debugging and performance optimization Bonus material and sample code are available from the companion Web site, openglsuperbible.com., OpenGL(R) SuperBible, Sixth Edition, is the definitive programmer's guide, tutorial, and reference for the world's leading 3D API for real-time computer graphics, OpenGL 4.3. The best all-around introduction to OpenGL for developers at all levels of experience, it clearly explains both the newest API and indispensable related concepts. You'll find up-to-date, hands-on guidance for all facets of modern OpenGL development on both desktop and mobile platforms, including transformations, texture mapping, shaders, buffers, geometry management, and much more. Extensively revised, this edition presents many new OpenGL 4.3 features, including compute shaders, texture views, indirect draws, and enhanced API debugging. It has been reorganized to focus more tightly on the API, to cover the entire pipeline earlier, and to help you thoroughly understand the interactions between OpenGL and graphics hardware. Coverage includes A practical introduction to the essentials of realtime 3D graphics Core OpenGL 4.3 techniques for rendering, transformations, and texturing Foundational math for creating interesting 3D graphics with OpenGL Writing your own shaders, with examples to get you started Cross-platform OpenGL, including essential platform-specific API initialization material for Linux, OS X, and Windows Vertex processing, drawing commands, primitive processing, fragments, and framebuffers Using compute shaders to harness today's graphics cards for more than graphics Monitoring and controlling the OpenGL graphics pipeline Advanced rendering: light simulation, artistic and non-photo-realistic rendering, and deferred shading Modern OpenGL debugging and performance optimization Bonus material and sample code are available from the companion Web site, openglsuperbible.com., OpenGL® SuperBible, Sixth Edition, is the definitive programmer's guide, tutorial, and reference for the world's leading 3D API for real-time computer graphics, OpenGL 4.3. The best all-around introduction to OpenGL for developers at all levels of experience, it clearly explains both the newest API and indispensable related concepts. You'll find up-to-date, hands-on guidance for all facets of modern OpenGL development on both desktop and mobile platforms, including transformations, texture mapping, shaders, buffers, geometry management, and much more. Extensively revised, this edition presents many new OpenGL 4.3 features, including compute shaders, texture views, indirect draws, and enhanced API debugging. It has been reorganized to focus more tightly on the API, to cover the entire pipeline earlier, and to help you thoroughly understand the interactions between OpenGL and graphics hardware. Coverage includes A practical introduction to the essentials of realtime 3D graphics Core OpenGL 4.3 techniques for rendering, transformations, and texturing Foundational math for creating interesting 3D graphics with OpenGL Writing your own shaders, with examples to get you started Cross-platform OpenGL, including essential platform-specific API initialization material for Linux, OS X, and Windows Vertex processing, drawing commands, primitive processing, fragments, and framebuffers Using compute shaders to harness today's graphics cards for more than graphics Monitoring and controlling the OpenGL graphics pipeline Advanced rendering: light simulation, artistic and non-photo-realistic rendering, and deferred shading Modern OpenGL debugging and performance optimization Bonus material and sample code are available from the companion Web site, openglsuperbible.com.
LC Classification Number
T385.W728 2013

Descrizione dell'oggetto fatta dal venditore

Informazioni sul venditore professionale

Certifico che tutte le mie attività di vendita saranno conformi alle leggi e ai regolamenti dell'Unione europea.
Informazioni su questo venditore

AMA - BOOKS

96,3% di Feedback positivi29 mila oggetti venduti

Su eBay da lug 2018
Registrato come venditore professionale
"AMA BOOKS specializes in offering high-quality used books with fast shipping and a strong commitment to customer satisfaction. Thank you for visiting our eBay store!"

Valutazione dettagliata del venditore

Media degli ultimi 12 mesi
Descrizione
4.7
Spese spedizione
4.8
Tempi di spedizione
4.9
Comunicazione
4.8

Feedback sul venditore (4.735)

Tutti i punteggi
Positivo
Neutro
Negativo
  • 2***g (548)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    Excellent packing, fair price, condition was a LOT BETTER than described. Quick ship, great seller !!
  • o***a (2194)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    Stunning MA book! I sat for hours looking at it. Fast Shipping, fabulous condition, high quality item, well packaged, Item as described, great value! I recommend this wonderful seller! A+++Transaction. Thank you!
  • k***e (1071)- Feedback lasciato dall'acquirente.
    Mese scorso
    Acquisto verificato
    Great seller! Iem as advertised, well packed and delivered promptly. Excellent!