October 2018
Intermediate to advanced
500 pages
12h 40m
English
In the previous chapter, we covered how to use textures to add more detail to our 3D application. In this chapter, we'll learn how to interact with our WebGL application through a technique called picking. Picking refers to the ability to select objects in a 3D scene. The most common device used for picking is a computer mouse. However, picking can also be performed using other human computer interfaces, such as tactile screens and haptic devices. In this chapter, we will learn how picking can be implemented in WebGL.
In this chapter, you will: