jp6/cu126/: vhacdx-0.0.8.post1 metadata and description

Simple index

Python bindings for VHACD

author_email Thomas Wolf <thomas@huggingface.co>
description_content_type text/markdown
project_urls
  • Homepage, https://github.com/trimesh/vhacdx
requires_dist
  • numpy
  • pytest; extra == "test"
requires_python >=3.7

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
vhacdx-0.0.8.post1-cp310-cp310-linux_aarch64.whl
Size
161 KB
Type
Python Wheel
Python
3.10

vhacdx

Python bindings for V-HACD

A very simple and raw python binding for V-HACD that is forked from thomwolf/pyVHACD which generates an approximate convex decomposition of a triangle mesh.

Contains a single method: output = compute_vhacd(points, faces) which take as inputs:

Gives as output a list (number of convex hulls) of pairs of points-faces for each convex hull.

To install

pip install vhacdx