diff options
author | Dave Parks <davep@lindenlab.com> | 2012-04-03 02:52:34 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-04-03 02:52:34 -0500 |
commit | 817f1629bdafd6c28efa2a868a7aad75eb8a9514 (patch) | |
tree | 6203c888bcffe00ee09adb4c300073cb4189b199 /indra/newview/skins/default/xui | |
parent | 0cce43aefefa2546b83f373ed81f8dbc7a6241d2 (diff) |
Pathfinding visualization WIP -- add many controls for x-ray render, add lighting, and better combat z-fighting and noise from wireframes and overlays
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_pathfinding_console.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml index adcd7f0fbf..f64349f47e 100644 --- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml +++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml @@ -139,6 +139,14 @@ name="show_world" top_pad="4" width="90" /> + <check_box + height="19" + label="X-Ray" + layout="topleft" + left="14" + name="x-ray" + top_pad="4" + width="90" /> <view_border bevel_style="none" follows="top|left" |