summaryrefslogtreecommitdiff
path: root/indra/llmeshoptimizer
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-07-09 23:42:37 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-07-09 23:42:37 +0300
commit6047b7c4383be53718fc72d7058a7435ccda7785 (patch)
tree00cbfa15ec0831336ede375018094945a979a51b /indra/llmeshoptimizer
parent1a17e19a610b598650624fb0ae3e67352f00e499 (diff)
DRTVWR-542 WIP #3
First functional meshoptimizer
Diffstat (limited to 'indra/llmeshoptimizer')
-rw-r--r--indra/llmeshoptimizer/llmeshoptimizer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llmeshoptimizer/llmeshoptimizer.h b/indra/llmeshoptimizer/llmeshoptimizer.h
index a0c53ed9e1..157de0251d 100644
--- a/indra/llmeshoptimizer/llmeshoptimizer.h
+++ b/indra/llmeshoptimizer/llmeshoptimizer.h
@@ -36,7 +36,8 @@ public:
LLMeshOptimizer();
~LLMeshOptimizer();
- // returns state
+ // returns amount of indices in destiantion
+ // result_error returns how far from original the model is in % if not NULL
static U64 simplify(
U16 *destination,
const U16 *indices,