mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:47:42 +00:00
DCLN cooking and various bug fixes
This commit is contained in:
18
DataSpec/DNACommon/OBBTreeBuilder.hpp
Normal file
18
DataSpec/DNACommon/OBBTreeBuilder.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user