18 template <
typename Tvertex>
struct submesh_props;
31 std::mutex OutSubmeshesPushMutex;
32 std::vector<submesh_props<vertex>> &OutSubmeshes;
33 std::string DirectoryPath;
Topology object basis class for mesh creating implementation module.
void ProcessNode(aiNode *Node)
mesh_loader_phong(const aiScene *Scene, const std::string &DirectoryPath, std::vector< submesh_props< vertex > > &OutSubmeshes)
shared< mesh > LoadMeshes(const std::filesystem::path &ModelFilePath)
std::shared_ptr< T > shared