no antialising in opengl on macbook pro with amd 6750m in bootcamped windows 7
hi,i am having a problem with not working anti-aliasing.i am using opengl-mode in processing 2.0b8 on a macbookpro with amd hd 6750m as graphics card. i am using windows 7 via bootcamp. this laptop...
View ArticleRe : no antialising in opengl on macbook pro with amd 6750m in bootcamped...
same result in mac os 10.7.5 even when i force the macbook to use the dedicated graphics card.also happens when using p3d instead of opengl.wtf is this?help. please.
View ArticleRe : Does Processing read Serial port constantly?
I am not a specialist of Minim, but I think the problem is more with Minim than with the serial library. Look at the examples showing off Minim usage, there are some able to play a sound repeatedly.
View ArticleRe : Processing 2.0 beta 8 and JSONObject
What is the length of a Json data? It is a tree, not a flat array.
View ArticleRe : motion detection
why am i getting this error message. can someone please help me. it`s occuring when i`m trying to save a Frame.check line 65. at java.lang.Thread.run(Thread.java:662)Error while saving...
View Articlehow can i display an image with motion and colour detection?
Im trying to create an installation in which a web cam situated above the installation detects people at certain points of the exhibit and displays various graphics. Initially i had used a Shiffman...
View ArticleRe : Minim Error: "Likely buffer underrun in AudioOutput."
Hello,I have the same thing when i set the minim debug "on", i guess it's not really an issue, but anybody what this output message means ?Thank you
View ArticlePGraphics3D library missing
HiI got the newest version od processing and I import picking librabry. While I create Picker object i got such an error:"Exception in Thread .... java.lang.noClassDefFoundError:...
View ArticleRe : PGraphics3D library missing
https://forum.processing.org/topic/using-the-picking-library-in-processing-2-0Not sure if anyone has it working...You can always do your own picking without the library!See the original sketch that the...
View ArticleRe : Minim Error: "Likely buffer underrun in AudioOutput."
It is explained in the last message of the thread pointed in the first answer here. But you need to know how to convert the old links to the old forum to the new...
View Articlefor loop in a class
hi processing community,im a bit of a processing newbie and perhaps you can help me:I want to make a programm where there are 5 small movies that i can drag around .. so far it all works fine but my...
View ArticleRe : for loop in a class
They're all in the same place. So you'll only see the last one drawn.If you want to see all of them, make sure they are drawn in different locations.For example by changing the line to:...
View ArticleRe : for loop in a class
thanks... i your right.. i got to rethink the wohole code.. because now all the 5 videos together are draggable.. thank you very much.. .. i try to figure out how i construct this..
View Articleexplain by their favorite
variegated of the most wonderful goals of the commensurate with notoriety, Lionel Messi. someone is concerned of coronet fantastic limits sport counterfeit, Messi has managed to acquire differing of...
View Articlemask on a videoloop is blinking
posted this again because i think this has to be in the forum Programming Questions but the post went into Core Library Questions:hi there i got a problem with my videoloops that are masked with a...
View ArticleRe : mask on a videoloop is blinking
How do you think it got there? Read the forum guidelines. Your code uses a core library, which means it should be in the core library questions section.On topic. There are a lot of problems with your...
View ArticleRe : mask on a videoloop is blinking
sorry amnon.... and thanks very much for your support. i will try my best!
View ArticleRe : mask on a videoloop is blinking
i tried to put the mask image code in the setup but now the masking won't work anymore..if you could help a processing newbie it would be awesome...import processing.video.*;Movie myMovie;int a =...
View ArticleRe : mask on a videoloop is blinking
The masking code itself can remain where it was. When you make the variable global and load it in setup() as you have now done, the image will be accessible everywhere in your sketch. Both in the...
View ArticleRe : mask on a videoloop is blinking
okay thanks.. i put line 21 back in the place but the masks are still flickering, i dont get you with the "putting the m.read() into the draw(); loop".. do you mean that i dont need the...
View Article