Re: foo_vis_shpeck
Reply #804 –
I was wondering about stereoscopic 3D mode which is hidden in milkdrop 2 dialog settings, unlike milkdrop 1 (i.e.: https://github.com/Doormatty/MilkDrop2/blob/master/vis_milk2/plugin.rc#L81) but can be apparently set manually in initialization file:
bAlways3D=1
nLeftEye3DColorR=0
nLeftEye3DColorG=255
nLeftEye3DColorB=255
nRightEye3DColorR=255
nRightEye3DColorG=0
nRightEye3DColorB=0
Still I don't see any change in rendering, while I would expect anaglyphic 3D effect.
Does anyone have experience with this, or some hints?