mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 17:23:12 +02:00
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
|