mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Specialized C8PC format for indexed image data
This commit is contained in:
@@ -239,7 +239,7 @@ void CBooRenderer::GenerateSphereRampTex(boo::IGraphicsDataFactory::Context& ctx
|
||||
SPHERE_RAMP_RES * SPHERE_RAMP_RES);
|
||||
}
|
||||
|
||||
void CBooRenderer::LoadThermoPalette(boo::IGraphicsDataFactory::Context& ctx)
|
||||
void CBooRenderer::LoadThermoPalette()
|
||||
{
|
||||
m_thermoPaletteTex = xc_store.GetObj("TXTR_ThermoPalette");
|
||||
CTexture* thermoTexObj = m_thermoPaletteTex.GetObj();
|
||||
@@ -257,9 +257,9 @@ CBooRenderer::CBooRenderer(IObjectStore& store, IFactory& resFac)
|
||||
GenerateMirrorRampTex(ctx);
|
||||
GenerateFogVolumeRampTex(ctx);
|
||||
GenerateSphereRampTex(ctx);
|
||||
LoadThermoPalette(ctx);
|
||||
return true;
|
||||
});
|
||||
LoadThermoPalette();
|
||||
|
||||
Buckets::Init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user