I edit plugin Milkdrop 2 code "milkdrop2_v2.25c_OPEN_SOURCED_20130514_orig_code"
I need to set image to background and above show the preset. But when I add sprite it overflow and hide the Preset.
See "1.png"
When in functions "void CPlugin::RenderFrame(int bRedraw)" I insert self function to draw background image before drawing the preset, the preset is showing. But color in background image is difused, see 2.png.
I think this difuse color of background make Shaders functions. But do not khnow how fixid it.
May be, use zBuffer for Backbufer?
I need to set image to background and above show the preset. But when I add sprite it overflow and hide the Preset.
See "1.png"
When in functions "void CPlugin::RenderFrame(int bRedraw)" I insert self function to draw background image before drawing the preset, the preset is showing. But color in background image is difused, see 2.png.
I think this difuse color of background make Shaders functions. But do not khnow how fixid it.
May be, use zBuffer for Backbufer?
Comment