Most-Pixels-Ever-Processing icon indicating copy to clipboard operation
Most-Pixels-Ever-Processing copied to clipboard

Rendering issue on Mac OSX Mountain Lion - Back and forth / image shake

Open gabrielstuff opened this issue 12 years ago • 3 comments

Hi !

I'm having some rendering issue either with demo example or a simple dropins which display images instead of balls.

I run the server like this :

java -jar mpeServer.jar -framerate30 -screens2

And the render looks like this (shaky footage) :

http://www.screencast.com/t/JeVuN5JMeNd

If you can't watch the video, the issue is as this :

  1. everything is smooth but almost every frame, the points are moving back and forth. Stoping the server result in balls or images shaking.

Reading truth the documentation didn't gave any hints.

Thanks for the help

gabrielstuff avatar Apr 03 '13 19:04 gabrielstuff

Is this in OF or Processing?

shiffman avatar Apr 04 '13 01:04 shiffman

Hi !

This is OF.

gabrielstuff avatar Apr 04 '13 06:04 gabrielstuff

if you add

window.setGlutDisplayString("rgb alpha double samples depth");

to your main.cpp

does this fix it?

shiffman avatar Apr 05 '13 02:04 shiffman