diff options
| author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-08-29 05:08:47 -0700 |
|---|---|---|
| committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-08-29 05:08:47 -0700 |
| commit | 348d427db6537746c5c8c9a0d1aa021f074afbb5 (patch) | |
| tree | e2782a5638bd489d30dcd0bb1fd507e575cc1fe2 /indra/newview/llvovolume.cpp | |
| parent | c5bfe869154cd4708c9bca63f08cb4c958198638 (diff) | |
Add a probe strength uniform for hero probes.
On standard reflection probes this doesn't really do anything.
DRTVWR-583
Diffstat (limited to 'indra/newview/llvovolume.cpp')
| -rw-r--r-- | indra/newview/llvovolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 6db1ae07de..3c3d8d5123 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -1045,7 +1045,7 @@ LLDrawable *LLVOVolume::createDrawable(LLPipeline *pipeline) updateReflectionProbePtr(); } - if (isMirror()) + //if (isMirror()) { gPipeline.mHeroProbeManager.registerHeroDrawable(mDrawable); } |
