2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 22:27:42 +00:00

Rename everything

This commit is contained in:
2021-04-10 01:42:06 -07:00
parent 05d8ab688e
commit 9bae2f943e
1198 changed files with 2884 additions and 2883 deletions

View File

@@ -1,6 +1,6 @@
#include "Runtime/World/CProjectedShadow.hpp"
namespace urde {
namespace metaforce {
CProjectedShadow::CProjectedShadow(u32 w, u32 h, bool persistent)
: x0_texture(CTexture(ETexelFormat::I4, w, h, 1)), x81_persistent(persistent) {}
@@ -11,4 +11,4 @@ void CProjectedShadow::Render(const CStateManager& mgr) {}
void CProjectedShadow::RenderShadowBuffer(const CStateManager&, const CModelData&, const zeus::CTransform&, s32,
const zeus::CVector3f&, float, float) {}
} // namespace urde
} // namespace metaforce