projects
/
platform
/
upstream
/
assimp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
042b2bb
)
fix long option name for --om
author
Waldir Pimenta
<waldyrious@gmail.com>
Mon, 8 Aug 2016 10:46:41 +0000
(11:46 +0100)
committer
GitHub
<noreply@github.com>
Mon, 8 Aug 2016 10:46:41 +0000
(11:46 +0100)
to match the actual code in tools/assimp_cmd/Main.cpp
doc/dox_cmd.h
patch
|
blob
|
history
diff --git
a/doc/dox_cmd.h
b/doc/dox_cmd.h
index
66c156e
..
5bc1b7a
100644
(file)
--- a/
doc/dox_cmd.h
+++ b/
doc/dox_cmd.h
@@
-489,7
+489,7
@@
more information can be found in the <tt>aiPostProcess.h</tt> header.
<tr>
<td><tt>-om</tt></td>
- <td><tt>--optimize-mesh</tt></td>
+ <td><tt>--optimize-mesh
es
</tt></td>
<td>Optimize mesh usage. Meshes are merged, if possible. Very effective in combination with <tt>--optimize-graph</tt></td>
</tr>
</table>