mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-02-16 17:35:39 +00:00
This commit is contained in:
parent
c1e0e3728b
commit
f9f43ca66b
|
@ -962,7 +962,7 @@ void CNew3D::SetMeshValues(SortingMesh *currentMesh, PolyHeader &ph)
|
||||||
currentMesh->lighting = ph.LightEnabled();
|
currentMesh->lighting = ph.LightEnabled();
|
||||||
currentMesh->fixedShading = ph.FixedShading() && !ph.SmoothShading();
|
currentMesh->fixedShading = ph.FixedShading() && !ph.SmoothShading();
|
||||||
currentMesh->highPriority = ph.HighPriority();
|
currentMesh->highPriority = ph.HighPriority();
|
||||||
currentMesh->transSelect = ph.TranslucencyPatternSelect();
|
currentMesh->transLSelect = ph.TranslucencyPatternSelect();
|
||||||
|
|
||||||
if (ph.Layered() || (!ph.TexEnabled() && ph.PolyAlpha())) {
|
if (ph.Layered() || (!ph.TexEnabled() && ph.PolyAlpha())) {
|
||||||
currentMesh->layered = true;
|
currentMesh->layered = true;
|
||||||
|
|
Loading…
Reference in a new issue