.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
.github/workflows/deploy-docs.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/usage.rst
docs/source/_static/favicon.ico
docs/source/_static/logo.png
docs/source/_static/logo.svg
docs/source/_static/figures/directional.png
docs/source/_static/figures/point.png
docs/source/api/blending.rst
docs/source/api/index.rst
docs/source/api/io.rst
docs/source/api/material.rst
docs/source/api/models.rst
docs/source/api/transforms.rst
docs/source/api/utils.rst
docs/source/tutorials/01_material.rst
docs/source/tutorials/02_manipulation.rst
docs/source/tutorials/03_transforms.rst
docs/source/tutorials/04_brdf.rst
docs/source/tutorials/05_blending.rst
docs/source/tutorials/06_advanced.rst
docs/source/tutorials/index.rst
examples/example_blend.py
examples/example_brdf.py
examples/data/rocks/basecolor.png
examples/data/rocks/diffuse.png
examples/data/rocks/height.png
examples/data/rocks/metallic.png
examples/data/rocks/normal.png
examples/data/rocks/opacity.png
examples/data/rocks/roughness.png
examples/data/rocks/specular.png
examples/data/tiles/basecolor.png
examples/data/tiles/diffuse.png
examples/data/tiles/height.png
examples/data/tiles/metallic.png
examples/data/tiles/normal.png
examples/data/tiles/opacity.png
examples/data/tiles/roughness.png
examples/data/tiles/specular.png
pypbr/__init__.py
pypbr/_version.py
pypbr/config.py
pypbr/io.py
pypbr.egg-info/PKG-INFO
pypbr.egg-info/SOURCES.txt
pypbr.egg-info/dependency_links.txt
pypbr.egg-info/requires.txt
pypbr.egg-info/scm_file_list.json
pypbr.egg-info/scm_version.json
pypbr.egg-info/top_level.txt
pypbr/blending/__init__.py
pypbr/blending/blending.py
pypbr/blending/functional.py
pypbr/materials/__init__.py
pypbr/materials/base.py
pypbr/materials/diffuse.py
pypbr/materials/metallic.py
pypbr/models/__init__.py
pypbr/models/cooktorrance.py
pypbr/transforms/__init__.py
pypbr/transforms/functional.py
pypbr/transforms/transforms.py
pypbr/utils/__init__.py
pypbr/utils/enums.py
pypbr/utils/functions.py
tests/test_blending.py
tests/test_io.py
tests/test_materials.py
tests/test_models.py
tests/test_transforms.py
tests/test_utils.py
tests/data/rocks/basecolor.png
tests/data/rocks/diffuse.png
tests/data/rocks/height.png
tests/data/rocks/metallic.png
tests/data/rocks/normal.png
tests/data/rocks/opacity.png
tests/data/rocks/roughness.png
tests/data/rocks/specular.png
tests/data/tiles/basecolor.png
tests/data/tiles/diffuse.png
tests/data/tiles/height.png
tests/data/tiles/metallic.png
tests/data/tiles/normal.png
tests/data/tiles/opacity.png
tests/data/tiles/roughness.png
tests/data/tiles/specular.png