Hello Hui,

On 1. Feb 2008, at 5:07, 常辉 wrote:

> But the lastest version does still not working for two nodes, and  
> the output log
> told me "bash: D:/Projects/Equalizer: No such file or directory".  
> The full directory
> if "D:\Projects\Equalizer svn\src\build\vs2005\win32\release", maybe  
> the space in
> the directory string caused it.

Definitely. But it should also work with white-spaces.

>
>
> Then I go back to check the code of  
> eqNet::Node::_createRemoteCommand in node.cpp,
> Compared with the old version just like v0.4.1, it seems that  
> 'stringStream' need
> the contents of the command to be included in a pair of double  
> quotation marks (").

I will check if that works on my setup next week.

The [EMAIL PROTECTED] issue is that depending on your shell (bash vs cmd) and  
launch tool (psexec, ssh, etc.) you need a different quoting on  
Windows, since every tool has its own conventions.

>
> So I changed the code like this: [...]

Thanks, leave that for now. I hope we can find a solution which works  
for everybody.

> The problem of vertical compound is caused by the different viewport  
> definition between
> Ogre and Equalizer.
> eq::Channel's pixel viewport is defind by bottow-left point, (0, 0)  
> is the bottom-left corner.
> ogre viewport is defind by top-left point, and (0, 0) is the top- 
> left corner.
> So that need a conversion from eq::Channel to ogre viewport, just  
> like (Yogre = height - Yeq).

Great, I'm glad you worked it out.


Cheers,

Stefan.


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

Reply via email to