-
-
Notifications
You must be signed in to change notification settings - Fork 78
[Feature] Point cloud plotting #160
Copy link
Copy link
Open
Labels
prio:mediumMedium priorityMedium prioritystatus:ideaFeature under considerationFeature under considerationtype:featNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
prio:mediumMedium priorityMedium prioritystatus:ideaFeature under considerationFeature under considerationtype:featNew feature or requestNew feature or request
Feature description
This is a truly great work; I’ve been looking for it for several days.
implot3dundoubtedly supports plotting many 3D elements, including meshes, surfaces, and so on, but it doesn’t support point clouds, right?I used to use
CloudComparefrequently, and its functionality is excellent, but I always used it standalone and never integrated it into my own software, because that was a bit difficult for me. Until I encounteredDear ImGuiandimplot3d, it seemed that it might actually be possible, right?