LICENSE
README.md
pyproject.toml
src/threejs_materials/__init__.py
src/threejs_materials/convert.py
src/threejs_materials/gltf.py
src/threejs_materials/library.py
src/threejs_materials/models.py
src/threejs_materials/py.typed
src/threejs_materials/utils.py
src/threejs_materials.egg-info/PKG-INFO
src/threejs_materials.egg-info/SOURCES.txt
src/threejs_materials.egg-info/dependency_links.txt
src/threejs_materials.egg-info/requires.txt
src/threejs_materials.egg-info/top_level.txt
src/threejs_materials/sources/__init__.py
src/threejs_materials/sources/ambientcg.py
src/threejs_materials/sources/common.py
src/threejs_materials/sources/gpuopen.py
src/threejs_materials/sources/physicallybased.py
src/threejs_materials/sources/polyhaven.py
tests/test_convert.py
tests/test_fixes.py
tests/test_gltf.py
tests/test_library.py
tests/test_sources_ambientcg.py