diff --git a/pyradiance/__init__.py b/pyradiance/__init__.py index d8e5abf..50c7ddd 100644 --- a/pyradiance/__init__.py +++ b/pyradiance/__init__.py @@ -37,8 +37,14 @@ mkillum, ) -# from .lib import RadianceAPI -from .lib import ABASELIST, BSDF, read_rad, get_view_resolu +from .lib import ( + ABASELIST, + BSDF, + read_rad, + get_view_resolu, + spec_xyz, + xyz_rgb +) from .model import ( Sensor, @@ -149,10 +155,12 @@ "Scene", "Sensor", "SamplingParameters", + "spec_xyz", "total", "View", "vwrays", "WrapBSDFInput", "wrapbsdf", "xform", + "xyz_rgb", ]