ray-cast/ray-mmd

Black screen when post-process sharpen is disabled

Wampa842 opened this issue · 6 comments

Since post-process sharpen was added, loading the effect with sharpening disabled results in a black screen - only the model's bones are visible. When it is enabled, the effect functions as usual.
Post-process sharpen is disabled...
...and enabled.
The issue has existed since commit d625d63992c477924835d068d61c6f8278fab482. I was able to work around the issue by defining POSTPROCESS_SHARPEN as 1 when it was removed from the config, but a recent commit removed parts of ray.fx that enabled sharpening entirely.

I'm running 64-bit MMD on Windows 7 with a Radeon HD5550 graphics card.

it seems to have fixed the bug, you can download the current version of dev again and help me to test it, is it still has a bug in current version for me?

I've just cloned the most recent branches - the issue exists in both Developing and Alpha.

ok, thanks, i will looking into fix it out and reply you later

seems to fixed, you can try to download dev version again or copy&paste this link to your ray.fx file, and please let me know if it still exists in the dev.
https://raw.githubusercontent.com/ray-cast/ray-mmd/developing/ray.fx

or close the issue

I've updated the file - the issue is fixed. Thank you.