Files
WickedEngine/Editor/ModelImporter.h
T
2018-08-29 17:10:28 +01:00

10 lines
234 B
C++

#pragma once
#include "wiECS.h"
#include <string>
wiECS::Entity ImportModel_WIO(const std::string& fileName);
wiECS::Entity ImportModel_OBJ(const std::string& fileName);
wiECS::Entity ImportModel_GLTF(const std::string& fileName);