Skip to content

Commit

Permalink
Add doc strings for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm authored Mar 15, 2024
1 parent b7f7797 commit d4fc9fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/MaterialXRender/LightHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,13 @@ class MX_RENDER_API LightHandler
return _envSampleCount;
}

/// Set the environment light intensity.
void setEnvLightIntensity(const float intensity)
{
_envLightIntensity = intensity;
}

/// Return the environment light intensity.
float getEnvLightIntensity()
{
return _envLightIntensity;
Expand Down

0 comments on commit d4fc9fa

Please sign in to comment.