Description: Selecting Objects with the Mouse in Three.js
-Category: solutions
TOC: Picking Objects with the mouse
*Picking* refers to the process of figuring out which object a user clicked on or touched. There are tons of ways to implement picking each with their tradeoffs. Let's go over the 2 most common.
Description: How to use Shadertoy shaders in THREE.js
-Category: solutions
TOC: Using Shadertoy shaders
[Shadertoy](https://shadertoy.com) is a famous website hosting amazing shader experiments. People often ask how they can use those shaders with Three.js.