hi,
im stuck a bit by trying to do something like a "3d video" patch, means each pixels=cube and get z-translated by it
s colorvalue, with danks`s
pix_data (but in buffer 0 mode).
therefor i need a lot of cubes (res320*240) and a lot of abstractions...
so, my problem at the time is, that i need something like a local send/receive inside an abstraction. i give the send an inlet & duplicate the abstraction ...10 times. each abstraction have the same send/receives but should send stand-alone values...
is this clear to understand? possible? senseless? stupid? a other idea was to make a variable send/receives....also without success.
ahh...maybe the first question should be, is gem able to render 76800 cubes???
any suggestions
thanks rainer
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
there are lsend,lreceive objects in ggee which do exactly that.
|im stuck a bit by trying to do something like a "3d video" patch, means |each pixels=cube and get z-translated by it
s colorvalue, with danks`s
|pix_data (but in buffer 0 mode).
|therefor i need a lot of cubes (res320*240) and a lot of abstractions...
|
|so, my problem at the time is, that i need something like a local
|send/receive inside an abstraction. i give the send an inlet & duplicate the
|abstraction ...10 times. each abstraction have the same send/receives but
|should send stand-alone values...
|
|is this clear to understand? possible? senseless? stupid?
|a other idea was to make a variable send/receives....also without success.
|
|ahh...maybe the first question should be, is gem able to render 76800
|cubes???
-- > < Ð v . 0 r g
or you can get the same behaviour using "s $0-blah" "r $0-blah".. the $0 will expand to a value unique for the instance of the abstraction making the sends and receives local.
On Sat, 10 Nov 2001 13:11:11 +0100 (CET) _- jdl@xdv.org wrote:
there are lsend,lreceive objects in ggee which do exactly that.
|i`m stuck a bit by trying to do something like a "3d video" patch,
means
|each pixels=cube and get z-translated by it
s colorvalue, with danks
s |pix_data (but in buffer 0 mode). |therefor i need a lot of cubes (res320*240) and a lot of
abstractions...
| |so, my problem at the time is, that i need something like a local |send/receive inside an abstraction. i give the send an inlet &
duplicate the
|abstraction ...10 times. each abstraction have the same send/receives
but
|should send stand-alone values... | |is this clear to understand? possible? senseless? stupid? |a other idea was to make a variable send/receives....also without
success.
| |ahh...maybe the first question should be, is gem able to render 76800 |cubes???
-- > < � v . 0 r g