score
Home
Classes
Namespaces
Files
Loading...
Searching...
No Matches
Ply.hpp
1
#pragma once
2
#include <Threedim/TinyObj.hpp>
3
4
namespace
Threedim
5
{
6
std::vector<mesh> PlyFromFile(std::string_view filename, float_vec& data);
7
}