moved new renderer; implemented leeds building rendering

This commit is contained in:
aap
2021-01-09 19:20:32 +01:00
parent 203dff9165
commit 03c5fdef43
10 changed files with 435 additions and 357 deletions

View File

@@ -133,5 +133,12 @@ void AttachRimPipe(rw::Clump *clump);
}
namespace WorldRender{
extern int numBlendInsts[3];
void AtomicFirstPass(RpAtomic *atomic, int pass);
void AtomicFullyTransparent(RpAtomic *atomic, int pass, int fadeAlpha);
void RenderBlendPass(int pass);
}
#endif
#endif