.gitignore
.pre-commit-config.yaml
.python-version
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/python-publish.yml
assets/cameras.json
assets/lights.json
assets/suzanne.glb
mesh_to_point/__init__.py
mesh_to_point/camera.py
mesh_to_point/lights.py
mesh_to_point/main.py
mesh_to_point/utils.py
mesh_to_point.egg-info/PKG-INFO
mesh_to_point.egg-info/SOURCES.txt
mesh_to_point.egg-info/dependency_links.txt
mesh_to_point.egg-info/entry_points.txt
mesh_to_point.egg-info/requires.txt
mesh_to_point.egg-info/scm_file_list.json
mesh_to_point.egg-info/scm_version.json
mesh_to_point.egg-info/top_level.txt
mesh_to_point/io/__init__.py
mesh_to_point/io/data.py
mesh_to_point/pointcloud/__init__.py
mesh_to_point/pointcloud/misc.py
mesh_to_point/pointcloud/multiview.py
mesh_to_point/render/__init__.py
mesh_to_point/render/compositor.py
mesh_to_point/render/config.py
mesh_to_point/render/render.py
mesh_to_point/render/scene.py