From 24f0a400b7e3afdf0c44a61eaa916db5d9dbc3e1 Mon Sep 17 00:00:00 2001 From: Malcolm Tyrrell Date: Thu, 5 Dec 2019 15:11:46 +0000 Subject: [PATCH] Extra comments. --- include/assimp/commonMetaData.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/assimp/commonMetaData.h b/include/assimp/commonMetaData.h index f33ab8bee..1e176725e 100644 --- a/include/assimp/commonMetaData.h +++ b/include/assimp/commonMetaData.h @@ -53,9 +53,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #define AI_METADATA_SOURCE_FORMAT "SourceAsset_Format" /// Scene metadata holding the version of the source asset as a string, if available. +/// Not all formats add this metadata. #define AI_METADATA_SOURCE_FORMAT_VERSION "SourceAsset_FormatVersion" /// Scene metadata holding the name of the software which generated the source asset, if available. +/// Not all formats add this metadata. #define AI_METADATA_SOURCE_GENERATOR "SourceAsset_Generator" #endif