This commit is contained in:
Turánszki János
2024-04-02 08:45:02 +02:00
committed by GitHub
parent 73d4aa7b02
commit 4cfc23eb28
36 changed files with 1677 additions and 468 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ void MaterialWindow::Create(EditorComponent* _editor)
});
AddWidget(&alphaRefSlider);
emissiveSlider.Create(0, 1, 0.0f, 1000, "Emissive: ");
emissiveSlider.Create(0, 10, 0.0f, 1000, "Emissive: ");
emissiveSlider.SetTooltip("Adjust the light emission of the surface. The color of the light emitted is that of the color of the material.");
emissiveSlider.SetSize(XMFLOAT2(wid, hei));
emissiveSlider.SetPos(XMFLOAT2(x, y += step));