Re: [osg-users] [build] undefined setColorArray and setNormalArray in 3.2.3

2016-02-12 Thread Robert Osfield
Hi Mike, > Have some older code that I have working with on Windows (OSG 3.2.1). Uses > setColorArray and setNormal array to define some primitive geometry. > > While porting to LINUX using OSG 3.2.3, I get undefines on these two methods > while linking. Are there some "deprecation" flags or som

Re: [osg-users] Changes in osgVolume from 3.0 to 3.4

2016-02-12 Thread Robert Osfield
Hi Alex, On 11 February 2016 at 20:47, Alex Taylor wrote: > Also, if it matters, I found that I can get the rendering I'd expect if I > explicitly set the BlendFunc in the special case of Isosurface: > > if (volumeProperties.useIsosurface){ > stateset->setAttribute(new osg::BlendFun

Re: [osg-users] How to resize when using PIXEL_BUFFER?

2016-02-12 Thread Robert Osfield
Hi Greg, It's hard to know specifically what is wrong as I don't have any of your code to test first hand. If you are re-creating the PixelBuffer on each resize then I'd guess that there is an issue with the graphics object handles being invalidated in some way. There are mechanisms in the OSG f

Re: [osg-users] [build] undefined setColorArray and setNormalArray in 3.2.3

2016-02-12 Thread Mike Greene
Robert, I have found the problem - multiple OSG versions and I was linking to the older one. Thanks! Cheers, Mike -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=66280#66280 ___ osg-users mailing