From 901ed57e6bc1fae1c3c0a6f6790c0361298c5744 Mon Sep 17 00:00:00 2001 From: prep Date: Wed, 28 Mar 2012 13:11:45 -0400 Subject: Added support for customizing the colors used in the navmesh visualizer. --- indra/newview/app_settings/settings.xml | 249 ++++++++++++++++++++++++++++++++ 1 file changed, 249 insertions(+) (limited to 'indra/newview/app_settings') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index eb2b0834e9..aac04ae15f 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13516,6 +13516,255 @@ Value 0 + NavMeshClearRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 0.0 + 0.0 + 0.0 + + + WalkableRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 255.0 + 255.0 + 255.0 + + + WalkableA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + + ObstacleRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 255.0 + 0.0 + 0.0 + + + ObstacleA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + + MaterialRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 255.0 + 255.0 + 0.0 + + + MaterialA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + + ExclusionRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 255.0 + 0.0 + 0.0 + + + ExclusionA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + +ConnectedEdgeRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 0.0 + 40.0 + 114.0 + + + ConnectedEdgeA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + +BoundaryEdgeRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 170.0 + 0.0 + 0.0 + + + BoundaryEdgeA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + +HeatColorBase + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 0.0 + 40.0 + 114.0 + + + HeatColorBaseA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + +HeatColorMax + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 0.0 + 40.0 + 114.0 + + + HeatColorMaxA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + + FaceColorRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 0.0 + 255.0 + 255.0 + + + FaceColorA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 0 + -- cgit v1.2.3