summaryrefslogtreecommitdiff
path: root/indra/newview/llreflectionmapmanager.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-09-12 07:29:26 +0800
committerErik Kundiman <erik@megapahit.org>2025-09-12 07:57:30 +0800
commitf87fa59b1e490d7a752bf8937bc67b7b18a62ad5 (patch)
tree1794ca14a7da95fbaa621661c2096a4b39142fb2 /indra/newview/llreflectionmapmanager.h
parent7279245b5fee11bf0683a068639d42f3bacd5e6b (diff)
parent067d83b640d3fae45098ef8bc71e913c1eb65a44 (diff)
Merge remote-tracking branch 'mobserveur/experimental2'
Diffstat (limited to 'indra/newview/llreflectionmapmanager.h')
-rw-r--r--indra/newview/llreflectionmapmanager.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llreflectionmapmanager.h b/indra/newview/llreflectionmapmanager.h
index b874bb1c17..c12a87cade 100644
--- a/indra/newview/llreflectionmapmanager.h
+++ b/indra/newview/llreflectionmapmanager.h
@@ -210,15 +210,11 @@ private:
void doProbeUpdate();
// update the specified face of the specified probe
- void updateProbeFace(LLReflectionMap* probe, U32 face, bool progressive = false);
+ void updateProbeFace(LLReflectionMap* probe, U32 face);
void updateProbeIrradiance(LLReflectionMap* probe);
void updateProbeRadiance(LLReflectionMap* probe);
- void updateProbeIrradianceOnFace(LLReflectionMap* probe, U32 face, S32 sourceIdx);
- void updateProbeRadianceOnFace(LLReflectionMap* probe, U32 face, S32 sourceIdx);
-
-
// list of active reflection maps
std::vector<LLPointer<LLReflectionMap> > mProbes;