Skip to content

Commit

Permalink
feat(__init__.py): expose spec_xyz and xyz_rgb at the top level
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoning Wang committed Aug 4, 2023
1 parent aafa0f9 commit afa35c0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pyradiance/__init__.py
Expand Up @@ -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,
Expand Down Expand Up @@ -149,10 +155,12 @@
"Scene",
"Sensor",
"SamplingParameters",
"spec_xyz",
"total",
"View",
"vwrays",
"WrapBSDFInput",
"wrapbsdf",
"xform",
"xyz_rgb",
]

0 comments on commit afa35c0

Please sign in to comment.