Hello, after testing, there are still some issues (likely due to my insufficient understanding of how to use this plugin correctly):
-
I might not fully understand the correct way to pass OFFSET parameters. I wrote:
test_renderer.SetEffectParameters(FF_DISPLACEMAP, [PP_DISPLACEMAP_OFFSET], [obj_camera.x,obj_camera.y])But this causes an error. I found "Offset X" and "Offset Y" in PP_DISPLACEMAP_OFFSET - could you show me exactly how to use them? -
I discovered the black screen issue was actually because my obj_pause disables most objects (including obj_ppfx 😅) when created. Testing shows application_surface still works normally.

