OdysseyDecomp/lib/al/Library/Model/ModelShapeUtil.h
2025-01-14 17:14:50 +01:00

13 lines
300 B
C++

#pragma once
#include <math/seadMatrix.h>
namespace al {
class ModelKeeper;
bool isGreaterEqualMaxLodLevelNoClamp(const ModelKeeper* modelKeeper);
bool isLessMaxLodLevelNoClamp(const ModelKeeper* modelKeeper);
void setModelProjMtx0(const ModelKeeper*, const sead::Matrix44f&);
} // namespace al