improved scene gpu buffer updates

This commit is contained in:
Turanszki Janos
2021-04-05 00:06:38 +02:00
parent ea673fb3b7
commit 02c9d0335d
14 changed files with 108 additions and 140 deletions
+1 -1
View File
@@ -557,7 +557,7 @@ void MeshWindow::Create(EditorComponent* editor)
if (mesh != nullptr && morphTargetCombo.GetSelected() < (int)mesh->targets.size())
{
mesh->targets[morphTargetCombo.GetSelected()].weight = args.fValue;
mesh->SetDirtyMorph();
mesh->dirty_morph = true;
}
});
AddWidget(&morphTargetSlider);