diff options
author | Howard Stearns <howard.stearns@gmail.com> | 2022-02-04 09:55:05 -0800 |
---|---|---|
committer | Howard Stearns <howard.stearns@gmail.com> | 2022-02-04 09:55:05 -0800 |
commit | 57a7f63dcce6eb20a05dbc42bfdc9ac51072cb7e (patch) | |
tree | 40eccd1797d0ef7545bdaf0c1e1eb00a90c219fc /indra/newview/llvoavatar.h | |
parent | 1ec05e93695a661f6b3b6e374bf60cb991bab954 (diff) |
SL-98 - Render a "ground plane" in the model upload preview, so users can see any added offset
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 74ef589ca4..b4d27baf20 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -486,6 +486,7 @@ public: void renderCollisionVolumes(); void renderBones(const std::string &selected_joint = std::string()); void renderJoints(); + void renderGroundPlane(float z_offset = 0.0f); static void deleteCachedImages(bool clearAll=true); static void destroyGL(); static void restoreGL(); |