Re: [Opensg-users] VolRen segmentation fault.

2005-07-22 Thread Dirk Reiners
Hi Allan, On Mon, 2005-07-18 at 11:46 +0200, Allan Rasmusson wrote: > Hi! > I've generated an OSGDVRVolume with a dataset consisting of only 1 > slice. This produces a segmentation fault in > osg::BrickSet::sortBricks3D. If I generate 2 slices the problem does not > arise. > > In

Re: [Opensg-users] 2 servers configuration

2005-07-22 Thread Andreas Zieringer
Hi Michael, you could write your own Switch node but instead of a int choice field use a string with the hostname. So it is possible to render different geometries on the the cluster servers. Andreas Hi, I'm working on a homemade OpenSG cluster application (one client and two graphical se

Re: [Opensg-users] 2 servers configuration

2005-07-22 Thread Dirk Reiners
Hi Michael, On Fri, 2005-07-22 at 16:34 +0200, michael ortega wrote: > Hi, > > I'm working on a homemade OpenSG cluster application (one client and two > graphical servers). > I declared an object (geometry), and I want to display it in only one > server. > How can I do ?? (switch??? ,

[Opensg-users] 2 servers configuration

2005-07-22 Thread michael ortega
Hi, I'm working on a homemade OpenSG cluster application (one client and two graphical servers). I declared an object (geometry), and I want to display it in only one server. How can I do ?? (switch??? , chunks???, ) Thanks in advance, Michael --

Re: [Opensg-users] Bug in OSGWindow.cpp

2005-07-22 Thread Dirk Reiners
Hi Johan, On Fri, 2005-07-22 at 14:27 +0200, Johan Grafstrom wrote: > Hi! > > We had a crash we thought was related to the new aspect > syncing code, but it turned out to be in OSGWindow. > When field.size() happens to be equal to id the > vector wont be resized and i

[Opensg-users] Bug in OSGWindow.cpp

2005-07-22 Thread Johan Grafstrom
Hi! We had a crash we thought was related to the new aspect syncing code, but it turned out to be in OSGWindow. When field.size() happens to be equal to id the vector wont be resized and is indexed outside. Patch below: Index: C:/home/johang/Projects/Trainer/work/OpenSG/