Time for action – picking
- Open the file
ch8_Picking.html
using your HTML5 Internet browser. You will see a screen similar to this:Here you have a set of objects, each one of which has a unique diffuse color property. As in the previous exercises you can rotate the camera around the scene. Please notice that the cube has a texture and that the flat disk is translucent. As you may expect, the code in the
draw
function handles textures coordinates and also transparencies, so it looks a bit more complex than before (you can check it out in the source code). This is a more realisticdraw
function. In a real application, you will have to handle these ...
Get WebGL Beginner's Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.