Skip to Content
WebGL Hotshot
book

WebGL Hotshot

by Mitch Williams
May 2014
Intermediate to advanced
306 pages
8h 8m
English
Packt Publishing
Content preview from WebGL Hotshot

WebGL texture mapping and animation

Next, we include texture coordinates, enabling us to send the vertices with a texture map to the shader. Texture mapping is just pasting an image onto a 3D mesh, which is similar to pasting wallpaper onto a wall. Nearly all 3D objects are drawn using texture maps because you can achieve a higher level of realism instead of just solid colors.

Engage thrusters

In initShaders(), a new code passes an array that contains texture coordinates (which are in pairs for the vertical and horizontal directions) and there is one texture coordinate for every vertex. The texture map image is passed to the shader as a sampler, as presented in the following code:

shaderProgram.textureCoordAttribute = gl.getAttribLocation(shaderProgram, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Beginning WebGL for HTML5

Beginning WebGL for HTML5

Brian Danchilla
Using SVG with CSS3 and HTML5

Using SVG with CSS3 and HTML5

Amelia Bellamy-Royds, Kurt Cagle, Dudley Storey

Publisher Resources

ISBN: 9781783280919