.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/publish-docs.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/runtests.yml
data/fullSoy_2-12a.ply
data/pyramid.obj
data/pyramid.ply
data/pyramid_untriangulated.ply
data/sphere.obj
data/sphere.ply
docs/Makefile
docs/make.bat
docs/source/authors.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/history.rst
docs/source/hothouse.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/readme.rst
docs/source/usage.rst
examples/ht.py
examples/orthographic_blaster.py
examples/sun_cast.py
examples/yggdrasil/input_vector_info.json
examples/yggdrasil/model.yml
examples/yggdrasil/simple_ygg.py
hothouse/__init__.py
hothouse/_version.py
hothouse/blaster.py
hothouse/callback_handler.pxd
hothouse/callback_handler.pyx
hothouse/cli.py
hothouse/datasets.py
hothouse/hothouse.py
hothouse/model.py
hothouse/ray_callbacks.pyx
hothouse/scene.py
hothouse/sun_calc.py
hothouse/traits_support.py
hothouse.egg-info/PKG-INFO
hothouse.egg-info/SOURCES.txt
hothouse.egg-info/dependency_links.txt
hothouse.egg-info/entry_points.txt
hothouse.egg-info/requires.txt
hothouse.egg-info/top_level.txt
tests/conftest.py
tests/test_blasters.py
tests/test_hothouse.py
tests/test_model.py
tests/test_scene.py
tests/test_sun_calc.py