Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intancing pickGeometryAt #2132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a-dutremble
Copy link
Contributor

Description

This function complete the previous tools by returning the object FeatureGeometry when you select a geometry on your screen.

To use it, it's mandatory to create a batchId when instantiating the layer. Without the batchId, all the FeatureGeometry in the layer cannot be differentiated.
This feature only work for ColorLayer and FeatureGeometryLayer for now.

Currently, pickObjectAt and pickFeaturesAt return a specific object. In this function, we return the object FeatureGeometry and for FeatureGeometryLayer we return the 3d mesh too.

@a-dutremble a-dutremble force-pushed the pickGeometry branch 2 times, most recently from 2f7a7c0 to 7520bf2 Compare July 7, 2023 14:13
@jailln jailln marked this pull request as ready for review September 4, 2023 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants