Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upupdate brushing code #164
update brushing code #164
Comments
|
related - visgl/deck.gl#3591 |
as per: visgl/deck.gl@af7d27e
and
https://github.com/uber/deck.gl/blob/master/docs/api-reference/extensions/brushing-extension.md
combine with #160
Design ideas
every layer gets a
brush_optionorbrush_type, beingradius,group, .. other, whereradius : highlights shapes within the radius of the mouse
group : highlights shapes with the same 'value' as the given hovered shape(s)
Then, depending on the type chosen will call the required shaders.
May need different shaders for standard and origin-destination layers
TODO
getBrushingTarget