Vojtěch Leischner
Vojtěch Leischner
Hi, thanks for fast reply. Yeah java is a bit cumbersome in that regard i know, i just happened to use processing a lot for past projects so it make...
I would suggest using texture with soft border instead of trying to have it as a global option....
Hi, I am still struggling as to where to find the Projector options like throw ratio etc.? It's not under object properties nor light or camera properties.... Ok got it...
Fixed in my fork: https://github.com/trackme518/oscp5
Hi, @marcobrianza I have already offered merge with my update of oscP5 library but it is probably abounded by maintainer. However, thanks to your comment I was able to create...
Fixed in my fork: https://github.com/trackme518/oscp5
Hi, sorry If I did not get it but is there the 0.9.9 release .jar? That should be compatible with processing 3 at least right? Anyone tested with 4?
Awesome, I can confirm it works in Processing 4 even with P2D renderer. Thanks again.
I have verified the behaviour on different computers using AMD and NVidia card so it is HW independant.
Same issue when trying to get the pixels from the Movie frame directly and using P3D. ``` //uncomment to enable 3D camera mouse input //import peasy.PeasyCam; //PeasyCam cam; import processing.video.*;...