mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 17:43:12 +02:00
* works for cornell now, will be extended to import others * works for all scenes * can load environments and blur them * minor cleanup * Example commands added to README.md
7 lines
210 B
Python
7 lines
210 B
Python
from .material import Material
|
|
|
|
from .glossy import Glossy
|
|
from .refractive import Refractive
|
|
from .thin_film_interference import ThinFilmInterference
|
|
from .diffuse import Diffuse
|
|
from .emissive import Emissive |