Add true color support to voxel renderer

This commit is contained in:
Magnus Norddahl 2017-02-12 01:27:26 +01:00
commit 5a85fabfa6
5 changed files with 83 additions and 3 deletions

View file

@ -187,6 +187,7 @@ void FSoftwareRenderer::RemapVoxels()
{
for (unsigned i=0; i<Voxels.Size(); i++)
{
Voxels[i]->CreateBgraSlabData();
Voxels[i]->Remap();
}
}