mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-04-10 19:15:14 +00:00
Change microtexture scaling values. Seem to much better match expected output. (thanks HarryTuttle)
This commit is contained in:
parent
732e3ef51f
commit
dcd018ab7e
|
@ -999,7 +999,7 @@ void CNew3D::SetMeshValues(SortingMesh *currentMesh, PolyHeader &ph)
|
||||||
|
|
||||||
if (currentMesh->microTexture) {
|
if (currentMesh->microTexture) {
|
||||||
|
|
||||||
float microTexScale[] = { 4, 2, 1, 0.5f };
|
float microTexScale[] = { 4, 8, 16, 32 };
|
||||||
|
|
||||||
currentMesh->microTextureID = ph.MicroTextureID();
|
currentMesh->microTextureID = ph.MicroTextureID();
|
||||||
currentMesh->microTextureScale = microTexScale[ph.MicroTextureMinLOD()];
|
currentMesh->microTextureScale = microTexScale[ph.MicroTextureMinLOD()];
|
||||||
|
|
Loading…
Reference in a new issue