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
feat(point-cloud-octree): add pixelPosition and onBeforePickRender to pick params (#36)
- `pixelPosition`: If provided, the picking will use this pixel position instead of the `Ray` passed to the `pick` method.
- `onBeforePickRender`: Function which gets called after a picking material has been created and setup and before the point cloud is rendered into the picking render target. This gives applications a chance to customize the renderTarget and the material.
0 commit comments