[PD] GEM camera angle-of-view 180deg

2012-04-14 Thread Marian Weger
Hello list, Is it somehow possible to get a 360 degree angle-of-view with the GEM camera inside a framebuffer? I just noticed, that the camera clips at 180deg (using the perspec message). That means, outside 180deg nothing but the background color is rendered. I then tried to build a

Re: [PD] how to debug tcpsocketserver?

2012-04-14 Thread rolf
hello roman, May I ask what is your reasoningu behind your use of [tcpsocketserver] over [tcpserver]? it's my first try at using network objects inside Pd. the communication is between Pd patches, doable with FUDI. (it took me some time to find out that FUDI is not some mysterious protocol

Re: [PD] GEM camera angle-of-view 180deg

2012-04-14 Thread Marian Weger
ok, i now can give some answers myself: Is it somehow possible to get a 360 degree angle-of-view with the GEM camera inside a framebuffer? I just noticed, that the camera clips at 180deg (using the perspec message). That means, outside 180deg nothing but the background color is rendered.

Re: [PD] GEM camera angle-of-view 180deg

2012-04-14 Thread Cyrille Henry
Le 14/04/2012 18:47, Marian Weger a écrit : ok, i now can give some answers myself: Is it somehow possible to get a 360 degree angle-of-view with the GEM camera inside a framebuffer? I just noticed, that the camera clips at 180deg (using the perspec message). That means, outside 180deg

Re: [PD] GEM camera angle-of-view 180deg

2012-04-14 Thread Claude Heiland-Allen
Hi Marian, I've not tried this, but: On 14/04/12 17:47, Marian Weger wrote: Is it somehow possible to get a 360 degree angle-of-view with the GEM camera inside a framebuffer? Isn't there some easy way to do the same thing? I don't think so. You could use a vertex shader to implement your

Re: [PD] GEM camera angle-of-view 180deg

2012-04-14 Thread Marian Weger
Thanks, Claude! The stitching process is really not the problem, as all this is already implemented in Extended View Toolkit [1]. My problem is more the computational effort, that is multiplied by 3 when using 3 virtual cameras. Plus the stitching part. Perhaps I need to explain more what I

[PD] [PD-announce] PuREST JSON Version 0.7.1 released

2012-04-14 Thread Thomas Mayer
Hello, I am happy to announce version 0.7.1 of PuREST JSON, Codename: cookie monster on the couch [*]. PuREST JSON is a library for working with JSON data and communication with RESTful HTTP webservices that use JSON data. New in this release: - You can now use cookie authentication, e.g.

Re: [PD] [GEM] pix_external, OS X 10.7

2012-04-14 Thread J Oliver
Hi all, I am building a new external in /extra. I am calling it pix_example. I am running OS X 10.7, using Pd-0.43-2 and latest GEM from git. I am: 1) running autogen.sh 2) ./configure 3) running make inside the /extra/pix_example folder - the pix_example external builds fine. - I load Pd

Re: [PD] [GEM] pix_external, OS X 10.7

2012-04-14 Thread IOhannes m zmölnig
On 04/15/12 00:25, J Oliver wrote: Hi all hi jaime 2) ./configure --enable-fat-binary=i386 Again it built ok, but now I got: /Users/joliver/Gem/extra/pix_example/pix_example.pd_darwin: dlopen(/Users/joliver/Gem/extra/pix_example/pix_example.pd_darwin, 10): Symbol not found:

Re: [PD] [GEM] pix_external, OS X 10.7

2012-04-14 Thread J Oliver
Hi all hi jaime Hi IOhannes, 2) ./configure --enable-fat-binary=i386 Again it built ok, but now I got: /Users/joliver/Gem/extra/pix_example/pix_example.pd_darwin: dlopen(/Users/joliver/Gem/extra/pix_example/pix_example.pd_darwin, 10): Symbol not found: __ZN9CPPExternaSERKS_