You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] See if we can just use geo bbox for RectangleSelector
[ ] Maybe draw these in an overlay render pass? Would allow 2D selector tools to be used in perspective projections. Rectangle selectors, polygon, circle etc. will have to scale w.r.t. the scene. Almar has now done this with render queues
Polygon selector
lasso selector
allow setting a max range, Useful for LinearRegionSelector and any future resizable rectangle or polygon selectors. If they are tied to displaying a large sub-selection of data, it can be useful to prevent the selection from ever becoming too large.
step size, useful for block based image algorithms and other use cases
Ideas after meeting with @almarklein
[ ] See if we can just use geo bbox for RectangleSelector[ ] Maybe draw these in an overlay render pass? Would allow 2D selector tools to be used in perspective projections. Rectangle selectors, polygon, circle etc. will have to scale w.r.t. the scene.Almar has now done this with render queues