Open gabrielstuff opened 11 years ago
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 :
Reading truth the documentation didn't gave any hints.
Thanks for the help
Is this in OF or Processing?
This is OF.
if you add
window.setGlutDisplayString("rgb alpha double samples depth");
to your main.cpp
does this fix it?
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 :
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 :
Reading truth the documentation didn't gave any hints.
Thanks for the help