AcademySoftwareFoundation / AcademySoftwareFoundation/openvdb

Question about features

Open
#73 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
3.4k
Forks
774
Avg merge
3d 9h
Merged PRs (30d)
34

Description

I have a segmentation, A 3d array where every value is an integer that corresponds to an object.

Something like this, but in 3d:
![](https://tomni.readthedocs.io/en/latest/_images/w.png)

I'm interested in either generating meshes for all objects in one pass thru the array, or generating the meshes of one object at the time by using some tree structure so it is fast enogh ( most objects occupies a very small volume, but have a very large bounding box).

Does OpenVDB has any implemantion that could be useful for this?

Contributor guide

Open the contributing guide

Research direction

Start by reviewing OpenVDB's existing mesh-generation and tree-structure APIs against the described 3D integer segmentation. Determine whether they support processing all labeled objects or one object at a time efficiently, and document the applicable implementation or the missing feature; no source files or tests are identified in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-graphics
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.