Esempio n. 1
0
Mesh::Mesh(std::string _path)
{
	Loader loader;
	//loader.LoadWithAssimp(_path,*(Mesh*)this);
	loader.LoadOBJ(_path, *(Mesh*)this);
}