I know CGAL's AABB tree can store 3D polyhedral surfaces if the faces can be defined as triangles or tetrahedra. I also know CGAL supports alpha shapes, where 3D points could be turned into a 3D surface (using Delaunay triangulation). What I would like to know is if there is an easy way to insert a 3D shape defined by a list of 3D points and edges into an AABB tree (e.g., without having to list out separate tetrahedral and triangular faces)? Perhaps using an alpha shape?
CGAL AABB tree: Inserting arbitrarily shaped 3D polyhedral surfaces
120 views Asked by mlawsonca At
0
There are 0 answers
Related Questions in CGAL
- How much exact are the operations in CGAL function "halfspace intersection with constructions"
- How to make sure METIS partition surface mesh connected?
- CGAL K-D trees - How do I associate information to a point when range searching?
- How to merge the overlapping parts of two triangular meshes?
- CGAL arrangements: how to parse the faces inside a hole?
- reducing a massive tetrahedron mesh using gmsh or other way
- How to compute intersection points between segments, and list their associated segments in CGAL 5.6?
- How to insert a subset of Halfedges of a CGAL:Polyhedron_3 into a CGAL:AABB_tree?
- Compute Voronoi nodes of a polygon with CGAL
- Get the enclosed area formed by the four large rectangles
- CGAL: How to create a sphere mesh?
- Simplest way to use `CGAL::simplify` on a 2D Arrangement?
- TBB parallel_sort is slow for huge std::vector
- Example remesh almost planar patches fails for complex meshes
- How to use CGAL to slice up a sphere with great circles?
Related Questions in AABB
- How to handle collision after a diagonal movement with rectangles
- how to convert form AABB space (get_center method) to world environment in godot 4
- How can I improve my use of CGAL for implicit modelling of 3D lattice structures?
- How to Resolve Axis Aligned Rectangle to Rectangle Bounding Box Collision in Javascript?
- aabb primitives of facets in cgal
- How to fit/clip an axis aligned bounding box around a portion of a triangle
- Can't find correct MTV(Minimum Translation Vector) of AABB/Triangle Intersection
- Calculate the distance between two triangulated surface meshes by CGAL
- Need a clarification on James Arvo's AABB transformation
- Collision detection in own game engine
- Grouping/Clustering Rectangles
- 3D AABB Not working on top left collision C#
- How to split my apps based on ABI varians to .aab file?
- How to get .ipa .aab, zip and tar.gz files from published expo project?
- Collision response for AABB moving towards a center
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)