[osg-users] how to implement volumetric fog in osg

2016-03-19 Thread Zhangfa Liu
Hi, How to implement volumetric fog( that is based on height of fog) in osg? Thank you! Cheers, liuzhangfa -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=66506#66506 ___ osg-users mailing list

Re: [osg-users] Whether a viewer is required for every osg based application?

2016-03-19 Thread Zheng Li
scrawl wrote: > Hi, > > osgViewer is what dispatches updates to the scene graph, fires off cull and > rendering, manages the camera, and abstracts the platform-specific graphics > context creation routines, among other things. You could bypass osgViewer if > you implemented these tasks

Re: [osg-users] Whether a viewer is required for every osg based application?

2016-03-19 Thread Alexandre Vaillancourt
I was curious of this as well, but in the context of using OSG only as a scene graph and not as a rendering engine. I came to the same conclusion: one would have to recode a lot of things. -- Alexandre Vaillancourt 2016-03-18 10:43 GMT-04:00 Jannik Heller : > Hi, > >

Re: [osg-users] Whether a viewer is required for every osg based application?

2016-03-19 Thread Jannik Heller
Hi, osgViewer is what dispatches updates to the scene graph, fires off cull and rendering, manages the camera, and abstracts the platform-specific graphics context creation routines, among other things. You could bypass osgViewer if you implemented these tasks yourself, but I imagine it would

[osg-users] how to use precipitation effect in geocentirc coordinate system

2016-03-19 Thread Zhangfa Liu
Hi, how to use precipitation effect in geocentirc coordinate system the coordinate system of sky and terrain database in our scene are geocentric , and how to use precipitation effect to match to sky and terrain Thank you! Cheers, liuzhangfa -- Read this topic online here:

Re: [osg-users] Visual Studio 2015 dependencies?

2016-03-19 Thread Björn Blissing
Hi Carsten, Depending on which dependencies you need you could always compile them yourself using the following CMake scripts: https://github.com/bjornblissing/osg-3rdparty-cmake Regards Björn Från: osg-users

[osg-users] Whether a viewer is required for every osg based application?

2016-03-19 Thread Zheng Li
Hi, I study the "osgscreencapture" example,the example also create a viewer instance when "--pbuffer-only" is specified although there is no window is created,so whether a viewer instance is required for every osg based app? if my app only do offscreen rendering that no need for any screen

[osg-users] How to move stats handler vertical white line?

2016-03-19 Thread Alexandre Vaillancourt
Hello! I've added some user stats to the stats handler, unfortunately, the 'title' column does not seem to expand automatically based on the width of the added user stats names. Is there a way I could change the width of the title column? The issue it causes now is if the 'bar' for my user stat

Re: [osg-users] Visual Studio 2015 dependencies?

2016-03-19 Thread Trajce Nikolov NICK
Hi Bjorn, I am using these CMake scripts, and many others as I follow the user lists .. And you are forced to repeat yourself dosen of times with the same link Maybe you talk to Robert to place info about your github project on the web :) Cheers! Nick On Wed, Mar 16, 2016 at 4:50 PM, Björn