2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-16 09:51:20 +00:00
metaforce/DataSpec/DNACommon/OBBTreeBuilder.hpp
2017-10-16 19:51:53 -10:00

19 lines
352 B
C++

#ifndef DNACOMMON_OBBTREEBUILDER_HPP
#define DNACOMMON_OBBTREEBUILDER_HPP
#include "DNACommon.hpp"
namespace DataSpec
{
struct OBBTreeBuilder
{
using ColMesh = hecl::BlenderConnection::DataStream::ColMesh;
template <typename Node>
static std::unique_ptr<Node> buildCol(const ColMesh& mesh);
};
}
#endif // DNACOMMON_OBBTREEBUILDER_HPP