.gitignore
LICENSE
MANIFEST.in
README.md
mkdocs.yml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/test_and_deploy.yml
.napari-hub/config.yml
docs/_config.yml
docs/_toc.yml
docs/index.md
docs/api/api.rst
docs/dev_guides/dev_guides.md
docs/dev_guides/manipulators.md
docs/how_to/how_to.md
docs/tutorials/tutorials.md
examples/library/layer_manipulator.py
examples/library/mesh_headlight.py
examples/library/plane_point_annotator.py
examples/library/render_plane_manipulator.py.py
examples/plugin/layer_manipulator.py
examples/plugin/mesh_headlight.py
examples/plugin/plane_point_annotator.py
examples/plugin/points_manipulator.py
examples/plugin/render_plane_manipulator.py
src/napari_threedee/__init__.py
src/napari_threedee/_dock_widgets.py
src/napari_threedee/_version.py
src/napari_threedee/base.py
src/napari_threedee/geometry_utils.py
src/napari_threedee/mouse_callbacks.py
src/napari_threedee/napari.yaml
src/napari_threedee.egg-info/PKG-INFO
src/napari_threedee.egg-info/SOURCES.txt
src/napari_threedee.egg-info/dependency_links.txt
src/napari_threedee.egg-info/entry_points.txt
src/napari_threedee.egg-info/requires.txt
src/napari_threedee.egg-info/top_level.txt
src/napari_threedee/_tests/__init__.py
src/napari_threedee/_tests/test_dock_widget.py
src/napari_threedee/annotators/__init__.py
src/napari_threedee/annotators/plane_point_annotator.py
src/napari_threedee/annotators/qt_annotators.py
src/napari_threedee/annotators/qt_plane_point_annotator.py
src/napari_threedee/lighting/__init__.py
src/napari_threedee/lighting/lighting_control.py
src/napari_threedee/lighting/qt_lighting_control.py
src/napari_threedee/manipulators/__init__.py
src/napari_threedee/manipulators/base_manipulator.py
src/napari_threedee/manipulators/layer_manipulator.py
src/napari_threedee/manipulators/manipulator_utils.py
src/napari_threedee/manipulators/point_manipulator.py
src/napari_threedee/manipulators/qt_manipulators.py
src/napari_threedee/manipulators/render_plane_manipulator.py
src/napari_threedee/utils/__init__.py
src/napari_threedee/utils/napari_utils.py
src/napari_threedee/utils/selection_utils.py