-
Notifications
You must be signed in to change notification settings - Fork 133
IES Profiles
tobspr edited this page Feb 14, 2016
·
4 revisions
IES Profiles are a way to store the brightness of a light over several angles. There is a good explanation here:
Example IES Profile (Can be found in data/ies_profiles/area_light.ies
):
Using IES Profiles is straightforward. First you have to decide which IES Profile you want to use. You can then load it with:
my_ies_profile = self.render_pipeline.load_ies_profile("data/ies_profiles/x_arrow.ies")
my_light.set_ies_profile(my_ies_profile)
The pipeline comes with a set of pre-installed IES Profiles. You can find a list here: data/ies_profiles/
If you want to find new IES Profiles, check out the links here: IES Profiles Readme
Rendering Pipeline by tobspr (c) 2014 - 2016
For developers: