* Initial M3d Pass
* `m_bmdl` and `m_bline` left

---------

Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
Co-authored-by: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>
This commit is contained in:
robojumper
2024-09-12 22:36:34 +02:00
committed by GitHub
parent e2c4bb7be7
commit 1180e1f486
150 changed files with 5890 additions and 818 deletions
+4 -7
View File
@@ -1,13 +1,10 @@
#include <m/m_fader.h>
// nw4r::g3d::G3DState::Invalidate
extern "C" void fn_8044E3B0(u32 flags);
// m3d::resetMaterial according to NSMBW
extern "C" void fn_802E46D0();
#include <m/m3d/m3d.h>
#include <nw4r/g3d/g3d_state.h>
void mFader_c::draw() {
fn_8044E3B0(0x7ff);
fn_802E46D0();
nw4r::g3d::G3DState::Invalidate(0x7ff);
m3d::resetMaterial();
mpFader->draw();
}