Fork me on GitHub

Improved picking demo online

17.03.2010 Uncategorized

To improve performance and precision, picking (i.e. the onclick event) now uses a render-buffer-based approach (as shown in the screenshot below) instead of a scene traversal with standard bbox-based intersect tests.

Picking buffer (see top left of image) and real scene. After a click the small ball is repositioned to the last pick position (see examples page).

Picking buffer (see top left of image) and real scene. After a click the small ball is repositioned to the last pick position (see examples page).