summaryrefslogtreecommitdiff
path: root/indra/newview/llmodelpreview.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-12-08 22:58:27 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-12-09 00:33:57 +0200
commit9e38e5a187574279b46dc76d9d0fb2c7b2f816f6 (patch)
tree7370d2bd7625184008cd2bd53d9d9177d165c2a4 /indra/newview/llmodelpreview.h
parent1a6ef9a1fbecadaff00b733c51fd6b980905f102 (diff)
SL-16471 Removed unneeded MeshOpt generation method
Diffstat (limited to 'indra/newview/llmodelpreview.h')
-rw-r--r--indra/newview/llmodelpreview.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llmodelpreview.h b/indra/newview/llmodelpreview.h
index 7d4507ccf2..9361acfc49 100644
--- a/indra/newview/llmodelpreview.h
+++ b/indra/newview/llmodelpreview.h
@@ -125,9 +125,8 @@ public:
{
LOD_FROM_FILE = 0,
MESH_OPTIMIZER_AUTO, // automatically selects method based on model or face
- MESH_OPTIMIZER_COMBINE,
- MESH_OPTIMIZER,
- MESH_OPTIMIZER_SLOPPY,
+ MESH_OPTIMIZER_COMBINE, // combines faces into a single model, simplifies, then splits back into faces
+ MESH_OPTIMIZER_SLOPPY, // uses sloppy method, works per face
USE_LOD_ABOVE,
} eLoDMode;