Hi Stefan,

I am now interested in running RapidMind on device :0.0 on a remote
machine,
call it "spock". I start from "eqHello". I want a single pipe (device
0), two channels
("channel1" and "channel3"), with "channel3" my mac at home. It is an
unnamed
device. here is the configuration file (which does not work):  (a window
opens on the
mac, but there is no image). What am I doing wrong? "channel3" should be
my mac.
I had the two node configuration working, but am having problems with a
single node.
Thanks!

   Gordon



server {
    config {
        appNode {
            pipe {
                window {
                    viewport [ .25 .25 .5 .5 ]
                    channel { name "channel3" }
                }
            }
            pipe {
                device 0
                window {
                    viewport [ .25 .25 .5 .5 ]
                    channel { name "channel1" }
                }
            }
        }
        compound {
            channel "channel3"
            task [ ASSEMBLE ]
            buffer [ COLOR ]
            wall {
                bottom_left  [ -.32 -.20 -.75 ]
                bottom_right [  .32 -.20 -.75 ]
                top_left     [ -.32  .20 -.75 ]
            }

            compound {
                channel "channel1"
                buffer [ COLOR ]
                #compound { range [ 0 1. ] }
                #outputframe { buffer [ COLOR ] name "frame.out" }
                outputframe { name "frame.out" }
            }
            inputframe { name "frame.out" }
        }
    }
}


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

begin:vcard
fn:Gordon Erlebacher
n:Erlebacher;Gordon
email;internet:[EMAIL PROTECTED]
tel;work:(850) 644-0186
tel;fax:(850) 644-0098
x-mozilla-html:TRUE
version:2.1
end:vcard

_______________________________________________
eq-dev mailing list
[email protected]
https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to