ItsKorin / Godot-Post-Process-Plugin

A simple godot 4.2 plugin that adds shader based "post processing"
MIT License
252 stars 17 forks source link

Is there a possibility to see the PostProcess changes in the Viewport ? #21

Open dschiller opened 1 month ago

dschiller commented 1 month ago

Describe the bug Not sure if this is a bug or a feature request: I do not see any changes in the 3D Viewport. I only see the PostProcess inside the game. This makes it very hard to setup the wanted style as i need to start and stop the game to check my PostProcess changes. Not sure if that is the wanted behaviour.

To Reproduce Steps to reproduce the behavior:

  1. Add a PostProcess Node
  2. Enable ASCII (No Color)

Observations Nothing is changing in the 3D Viewport. But when i run the Game i can see the PostProcess changes.

Expectations i would expect that i see the PostProcess changes inside the 3D Viewport in Godot in order to see my changes to the corresponding PostProcess Visual Effects.

Screenshots

image

Desktop (please complete the following information):

Additional context None

ItsKorin commented 1 month ago

So, I don't know yet how to display the effects in the 3D viewport, but that is on my to-do list, when I'm home, il see what I can do

calvinchd commented 4 weeks ago

Godot only shows these in the 2D view. Here are the related issue and PR.

ItsKorin commented 4 weeks ago

last week i started working on the 3D viewport preview, and it (kinda) works! can't change any settings yet, but i managed to setup the base.

While i wont be able to do anything this month due to exams (yay :), il try to finish the 3D preview as soon as possible!