Home › Forums › Syphon › Syphon Implementations – User › Syphon Server in Processing 3 not working › Reply To: Syphon Server in Processing 3 not working
June 9, 2016 at 7:23 pm
#59172
Keymaster
I’m unsure, but I suspect its the behavior of not constantly calling background – which calls glClear –
try calling clear every frame as a test to isolate? If that works, You might need to then draw into a frame buffer, then next draw, draw the frame buffer you’ve captured, then draw your new lines, and repeat.
Clearing behavior can change subtly depending the renderer settings, if one path clears the depth buffer or just the color, etc etc.