osgRecipes icon indicating copy to clipboard operation
osgRecipes copied to clipboard

Add osgScaleViewer

Open eile opened this issue 13 years ago • 3 comments

Code: https://github.com/Eyescale/Equalizer/tree/master/examples/osgScaleViewer

Overview: http://www.equalizergraphics.com/applications/osgScaleViewer.html

eile avatar Jun 29 '12 10:06 eile

Thanks for the idea.

I have read the osgScaleViewer before but was unsatisfied to its implementation, which uses Equalizer as the actual renderer and copies too much code from the OSG which makes the whole example fat. I'd like to consider merging Equalizer into OSG viewer instead and will put the plan into my TODO list. :-)

xarray avatar Jun 29 '12 11:06 xarray

I agree that the copied code is suboptimal. However at the time there where issues with the way stereo rendering is handled in the osg SceneView and osgViewer which made it impossible to render a single eye only (or one anaglyph mask), iirc.

Moving the necessary changes to osg would be a good move indeed.

eile avatar Jun 29 '12 12:06 eile

Thanks eile. I'd like to think about designing such a recipe in future. You and others are also welcomed to contribute. :-)

xarray avatar Jul 01 '12 15:07 xarray