|
|
|
@ -192,11 +192,10 @@ what the particular converter supports, @ref convertToFile(), |
|
|
|
As each converter has different requirements on the input data layout and |
|
|
|
As each converter has different requirements on the input data layout and |
|
|
|
vertex formats, you're expected to perform error handling on the application |
|
|
|
vertex formats, you're expected to perform error handling on the application |
|
|
|
side --- if a conversion fails, you get an empty |
|
|
|
side --- if a conversion fails, you get an empty |
|
|
|
@relativeref{Corrade,Containers::Optional} / |
|
|
|
@relativeref{Corrade,Containers::Optional} or @cpp false @ce and a reason |
|
|
|
@relativeref{Corrade,Containers::Array} or @cpp false @ce and a reason printed |
|
|
|
printed to @relativeref{Magnum,Error}. Everything else (using a feature not |
|
|
|
to the error output. Everything else (using a feature not implemented in the |
|
|
|
implemented in the converter, ...) is treated as a programmer error and will |
|
|
|
converter, ...) is treated as a programmer error and will produce the usual |
|
|
|
produce the usual assertions. |
|
|
|
assertions. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@subsection Trade-AbstractSceneConverter-usage-file Saving a mesh to a file |
|
|
|
@subsection Trade-AbstractSceneConverter-usage-file Saving a mesh to a file |
|
|
|
|
|
|
|
|
|
|
|
|