Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
commonMetaData.h File Reference

Defines a set of common scene metadata keys. More...

Macros

#define AI_COMMONMETADATA_H_INC
 
#define AI_METADATA_SOURCE_COPYRIGHT   "SourceAsset_Copyright"
 Scene metadata holding the source asset copyright statement, if available. More...
 
#define AI_METADATA_SOURCE_FORMAT   "SourceAsset_Format"
 Scene metadata holding the name of the importer which loaded the source asset. More...
 
#define AI_METADATA_SOURCE_FORMAT_VERSION   "SourceAsset_FormatVersion"
 Scene metadata holding the version of the source asset as a string, if available. More...
 
#define AI_METADATA_SOURCE_GENERATOR   "SourceAsset_Generator"
 Scene metadata holding the name of the software which generated the source asset, if available. More...
 

Detailed Description

Defines a set of common scene metadata keys.

Macro Definition Documentation

◆ AI_COMMONMETADATA_H_INC

#define AI_COMMONMETADATA_H_INC

◆ AI_METADATA_SOURCE_COPYRIGHT

#define AI_METADATA_SOURCE_COPYRIGHT   "SourceAsset_Copyright"

Scene metadata holding the source asset copyright statement, if available.

Not all formats add this metadata.

◆ AI_METADATA_SOURCE_FORMAT

#define AI_METADATA_SOURCE_FORMAT   "SourceAsset_Format"

Scene metadata holding the name of the importer which loaded the source asset.

This is always present if the scene was created from an imported asset.

◆ AI_METADATA_SOURCE_FORMAT_VERSION

#define AI_METADATA_SOURCE_FORMAT_VERSION   "SourceAsset_FormatVersion"

Scene metadata holding the version of the source asset as a string, if available.

Not all formats add this metadata.

◆ AI_METADATA_SOURCE_GENERATOR

#define AI_METADATA_SOURCE_GENERATOR   "SourceAsset_Generator"

Scene metadata holding the name of the software which generated the source asset, if available.

Not all formats add this metadata.