Victor Haefner
2014-05-23 15:27:39 UTC
Hi all,
I have the following questions:
Animations:
What is the best way if I want to import animations from a collada file?
does OpenSG allready parses that information? I would like to avoid to
manually parse the collada file ;)
Shadows:
I have a scene where I use the SimpleShadowmapEngine (without deferred
shading), but it doesnt play nice with cluster application (only black
artifacts everywhere), where should I start looking? May it be a shared lib
that is not loaded when starting the cluster server?
I start my servers like that (I tell him to load everything there is ^_^ ):
libs="OSGBase:OSGContribCSMSimplePlugin:OSGContribWebInterface:OSGGroup:OSGUtil:OSGCluster:OSGContribCSM:OSGDrawable:OSGImageFileIO:OSGWindowGLUT:OSGContribBackgroundLoader:OSGContribGUI:OSGDynamics:OSGState:OSGWindow:OSGContribCgFX:OSGContribPLY:OSGEffectGroups:OSGSystem:OSGWindowX:OSGContribComputeBase:OSGContribTrapezoidalShadowMaps:OSGFileIO:OSGText"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib64/debug && export
OSG_LOAD_LIBS=$libs && ./VRServer -w -m localhost -geometry 512x512+0+0
Best Regards,
Victor
I have the following questions:
Animations:
What is the best way if I want to import animations from a collada file?
does OpenSG allready parses that information? I would like to avoid to
manually parse the collada file ;)
Shadows:
I have a scene where I use the SimpleShadowmapEngine (without deferred
shading), but it doesnt play nice with cluster application (only black
artifacts everywhere), where should I start looking? May it be a shared lib
that is not loaded when starting the cluster server?
I start my servers like that (I tell him to load everything there is ^_^ ):
libs="OSGBase:OSGContribCSMSimplePlugin:OSGContribWebInterface:OSGGroup:OSGUtil:OSGCluster:OSGContribCSM:OSGDrawable:OSGImageFileIO:OSGWindowGLUT:OSGContribBackgroundLoader:OSGContribGUI:OSGDynamics:OSGState:OSGWindow:OSGContribCgFX:OSGContribPLY:OSGEffectGroups:OSGSystem:OSGWindowX:OSGContribComputeBase:OSGContribTrapezoidalShadowMaps:OSGFileIO:OSGText"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib64/debug && export
OSG_LOAD_LIBS=$libs && ./VRServer -w -m localhost -geometry 512x512+0+0
Best Regards,
Victor