Added option to disable mesh LOD. Closes #400.

This commit is contained in:
Leonardo Zide
2019-11-28 12:47:19 -08:00
parent 9e41edfef0
commit 0ecc4b5966
12 changed files with 73 additions and 44 deletions
+1
View File
@@ -377,6 +377,7 @@ void lcPartSelectionListModel::DrawPreview(int InfoIndex)
lcScene Scene;
Scene.SetAllowWireframe(false);
Scene.SetAllowLOD(false);
Scene.Begin(ViewMatrix);
Info->AddRenderMeshes(Scene, lcMatrix44Identity(), mColorIndex, lcRenderMeshState::NORMAL, false);