diff options
author | Runitai Linden <davep@lindenlab.com> | 2021-12-07 16:32:38 -0600 |
---|---|---|
committer | Runitai Linden <davep@lindenlab.com> | 2021-12-07 16:32:38 -0600 |
commit | 8a18b5e427e261ccc60eeb673f140eff3690bf7b (patch) | |
tree | 36d6d1a050a8c9483593e6d0d04ce472e87518d2 /indra/newview/pipeline.h | |
parent | 66d88733ee987362dd9efb807faa6198ec655175 (diff) |
SL-16462 Fix for broken water clip plane during water reflection/refraction map render.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 794d806d0c..fdc3738472 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -240,7 +240,7 @@ public: bool visibleObjectsInFrustum(LLCamera& camera); bool getVisibleExtents(LLCamera& camera, LLVector3 &min, LLVector3& max); bool getVisiblePointCloud(LLCamera& camera, LLVector3 &min, LLVector3& max, std::vector<LLVector3>& fp, LLVector3 light_dir = LLVector3(0,0,0)); - void updateCull(LLCamera& camera, LLCullResult& result, S32 water_clip = 0, LLPlane* plane = NULL); //if water_clip is 0, ignore water plane, 1, cull to above plane, -1, cull to below plane + void updateCull(LLCamera& camera, LLCullResult& result, LLPlane* plane = NULL); //if water_clip is 0, ignore water plane, 1, cull to above plane, -1, cull to below plane void createObjects(F32 max_dtime); void createObject(LLViewerObject* vobj); void processPartitionQ(); |