added feature: multiple uv sets; gltf updates; editor updates;

This commit is contained in:
turanszkij
2019-03-16 18:19:49 +00:00
parent 4163f09a76
commit 45e344cbfa
58 changed files with 5670 additions and 4203 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ PostprocessWindow::PostprocessWindow(wiGUI* gui, RenderPath3D* comp) : GUI(gui),
ppWindow->AddWidget(outlineThicknessSlider);
ppWindow->Translate(XMFLOAT3(screenW - 380, 50, 0));
ppWindow->Translate(XMFLOAT3(screenW - 500, 50, 0));
ppWindow->SetVisible(false);
}