From f4804261248c04f40364a9f4ea8b380b72b44ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 16 May 2023 13:21:28 +0200 Subject: [PATCH] SceneTools: doc++ --- src/Magnum/SceneTools/Test/CMakeLists.txt | 2 +- src/Magnum/SceneTools/sceneconverter.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/SceneTools/Test/CMakeLists.txt b/src/Magnum/SceneTools/Test/CMakeLists.txt index 633b5aaef..44c69cb92 100644 --- a/src/Magnum/SceneTools/Test/CMakeLists.txt +++ b/src/Magnum/SceneTools/Test/CMakeLists.txt @@ -136,7 +136,7 @@ if(CORRADE_TARGET_UNIX AND NOT CORRADE_PLUGINMANAGER_NO_DYNAMIC_PLUGIN_SUPPORT) SceneConverterTestFiles/quad-normals-texcoords.obj SceneConverterTestFiles/quad-strip.bin SceneConverterTestFiles/quad-strip.gltf - SceneConverterTestFiles/quad.bin + SceneConverterTestFiles/quad.bin # generated from quad.obj SceneConverterTestFiles/quad.gltf SceneConverterTestFiles/quad.obj SceneConverterTestFiles/quad.ply diff --git a/src/Magnum/SceneTools/sceneconverter.cpp b/src/Magnum/SceneTools/sceneconverter.cpp index 8c6f8f48e..a3759a960 100644 --- a/src/Magnum/SceneTools/sceneconverter.cpp +++ b/src/Magnum/SceneTools/sceneconverter.cpp @@ -230,7 +230,7 @@ Arguments: options to pass to mesh converter(s) - `--mesh ID` --- convert just a single mesh instead of the whole scene - `--mesh-level LEVEL` --- level to select for single-mesh conversion -- `--concatenate-meshes` -- flatten mesh hierarchy and concatenate them all +- `--concatenate-meshes` --- flatten mesh hierarchy and concatenate them all together @m_class{m-label m-warning} **experimental** - `--info-importer` --- print info about the importer plugin and exit - `--info-converter` --- print info about the scene or mesh converter plugin