musicplayer: playlist view wip

This commit is contained in:
minjaesong
2024-01-02 05:11:27 +09:00
parent 7a487dc158
commit 0395b30f44
3 changed files with 75 additions and 16 deletions

View File

@@ -609,7 +609,7 @@ public class App implements ApplicationListener {
FrameBufferManager.begin(renderFBO);
gdxClearAndEnableBlend(.063f, .070f, .086f, 1f);
gdxClearAndEnableBlend(1f, 0f, 1f, 1f);
setCameraPosition(0, 0);

View File

@@ -114,7 +114,7 @@ object TerrarumPostProcessor : Disposable {
outFBO.inAction(camera, batch) {
App.measureDebugTime("Renderer.PostProcessor") {
gdxClearAndEnableBlend(.063f, .070f, .086f, 1f)
gdxClearAndEnableBlend(0f, 1f, 0f, 1f)
fbo.colorBufferTexture.setFilter(
Texture.TextureFilter.Linear,