Re: [Opensg-users] Clustering and attributes

2015-01-16 Thread Carsten Neumann
Hello Victor, On 01/08/2015 06:35 AM, Victor Haefner wrote: I compile my server with: #!/bin/bash libs=-lOSGBase -lOSGContribTrapezoidalShadowMaps -lOSGCluster -lOSGDrawable -lOSGEffectGroups -lOSGFileIO -lOSGGroup -lOSGImageFileIO -lOSGState -lOSGSystem -lOSGUtil -lOSGText

Re: [Opensg-users] Clustering and attributes

2015-01-08 Thread Victor Haefner
Hello Carsten, I compile my server with: #!/bin/bash libs=-lOSGBase -lOSGContribTrapezoidalShadowMaps -lOSGCluster -lOSGDrawable -lOSGEffectGroups -lOSGFileIO -lOSGGroup -lOSGImageFileIO -lOSGState -lOSGSystem -lOSGUtil -lOSGText -lOSGWindow -lOSGWindowGLUT -lOSGWindowX -lGLU -lGL -lSM -lICE

Re: [Opensg-users] Clustering and attributes

2014-12-07 Thread Carsten Neumann
Hello Victor, On 2014-12-05 05:48, Victor Haefner wrote: I tried to run my application on a cluster and the slaves did not display the geometry with custom attributes and gave me this in console: WARNING: attributes given, but support not enabled, please compile with

[Opensg-users] Clustering and attributes

2014-12-05 Thread Victor Haefner
Hi all, I tried to run my application on a cluster and the slaves did not display the geometry with custom attributes and gave me this in console: WARNING: attributes given, but support not enabled, please compile with OSG_ENABLE_OGL_VERTEXT_ATTRIB_FUNCS=ON I tried to recompile the cluster