mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 19:51:22 +00:00
17 lines
272 B
C++
17 lines
272 B
C++
#include "CModelPointSelector.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CModelPointSelector::CModelPointSelector(const zeus::CVector3f& scale, int, int, float, float)
|
|
{
|
|
|
|
}
|
|
|
|
void CModelPointSelector::GeneratePoints(const std::vector<std::pair<zeus::CVector3f, zeus::CVector3f>>& vn)
|
|
{
|
|
|
|
}
|
|
|
|
}
|