Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
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... | |
Defines a set of common scene metadata keys.
#define AI_COMMONMETADATA_H_INC |
#define AI_METADATA_SOURCE_COPYRIGHT "SourceAsset_Copyright" |
Scene metadata holding the source asset copyright statement, if available.
Not all formats add this metadata.
#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.
#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.
#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.