FCT
载入中...
搜索中...
未找到
Assimp_ModelLoader.h
浏览该文件的文档.
1//
2// Created by Administrator on 2025/4/22.
3//
4#include "./ModelLoader.h"
5#ifndef ASSIMP_MODELLOADER_H
6#define ASSIMP_MODELLOADER_H
7namespace FCT {
9 public:
10 std::unique_ptr<ModelData> loadModel(const std::string& path) override;
11 protected:
12 };
13
14}
15#endif //ASSIMP_MODELLOADER_H
std::unique_ptr< ModelData > loadModel(const std::string &path) override