Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing initializer
Browse files Browse the repository at this point in the history
jstone-lucasfilm committed Dec 29, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2b8605f commit 5145328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/MaterialXRender/LightHandler.h
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ class MX_RENDER_API LightHandler
_lightTransform(Matrix44::IDENTITY),
_directLighting(true),
_indirectLighting(true),
_usePrefilteredMap(false),
_envSampleCount(DEFAULT_ENV_SAMPLE_COUNT),
_refractionTwoSided(false)
{

0 comments on commit 5145328

Please sign in to comment.