aolagers / pointz

COPC LAZ viewer
https://pointz.aolagers.org
GNU Affero General Public License v3.0
1 stars 0 forks source link

Implement point picking with mouse #12

Closed aolagers closed 10 months ago

aolagers commented 10 months ago
  1. Render a small area around the mouse to a different buffer using scissor test.
  2. Use a special shader that stores the point cloud and other info to the RGB data.
  3. Find the nearest pixel with rgb values inside the buffer.