Graphics v0.0.0
A simple abstraction layer for the modern graphics APIs.
|
Assimp 模型导入器. 更多...
#include <ModelImporter.h>
Public 成员函数 | |
Model | load (const std::filesystem::path &path, std::function< void(float)> callback=nullptr) |
加载模型. 更多... | |
Assimp 模型导入器.
Model ModelImporter::load | ( | const std::filesystem::path & | path, |
std::function< void(float)> | callback = nullptr |
||
) |
加载模型.
path | 模型文件路径. |
callback | 加载进度回调. |