[osg-users] [osgPlugins] osgconv osgjs bug file not found

2018-08-20 Thread Sid Kerling
distribute binary releases, I can only test my local compilation, so it could theoretically be a problem with my build environs. I get identical results in two test environs: cygwin on win7 x64 and gcc on ubuntu 16 x64. Thank you! Cheers, Sid -- Read this topic online

[osg-users] svn and git versions builds fail

2013-05-02 Thread Sid Boyce
(GifFileType * GifFile); GifFileType *DGifOpen(void *userPtr, InputFunc readFunc, int *Error); /* new one (TVT) */ int DGifCloseFile(GifFileType * GifFile); Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support

Re: [osg-users] Inconsistent errors whilst building OSG

2012-11-21 Thread Sid Boyce
: CAFN7Y+X7QMcpzqw4JHK+B=zg+modrkjef8cqa67hjovnwz7...@mail.gmail.com Content-Type: text/plain; charset=iso-8859-1 Hi Sid, It looks like the xinelib library headers have changed since 3.0.x was released. Robert. It seems that way. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed

[osg-users] Inconsistent errors whilst building OSG

2012-11-20 Thread Sid Boyce
1. Inconsistent errors whilst building OSG (Sid Boyce) -- Message: 1 Date: Sun, 30 Sep 2012 11:58:25 +0100 From: Sid Boyce sbo...@blueyonder.co.uk To: osg-users@lists.openscenegraph.org Subject: [osg-users] Inconsistent

[osg-users] Inconsistent errors whilst building OSG

2012-09-30 Thread Sid Boyce
: ‘video_driver_class_t’ has no member named ‘get_description’ make[2]: *** [src/osgPlugins/xine/CMakeFiles/osgdb_xine.dir/video_out_rgb.o] Error 1 make[1]: *** [src/osgPlugins/xine/CMakeFiles/osgdb_xine.dir/all] Error 2 make: *** [all] Error 2 Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed

[osg-users] ffmpeg problem.

2011-07-19 Thread Sid Boyce
: 2011-06-22 17:36:14 +0100 (Wed, 22 Jun 2011) Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks

Re: [osg-users] [build] Can't build osg 2.8.3 on 64-bit Linux - which files to change ?

2011-05-10 Thread Sid Boyce
Hi, On openSUSE zypper in librsvg-devel is what you need. # rpm -qf /usr/include/librsvg-2.0/librsvg/rsvg.h librsvg-devel-2.34.0-2.1.x86_64 ... Thank you! Cheers, Sid -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=39254#39254

Re: [osg-users] user interface for measuring distance, area etc.

2010-07-02 Thread Sid Vic
Hi Robert, thanks for your help. I will try to implement it this way. Sid -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=29620#29620 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] user interface for measuring distance, area etc.

2010-06-30 Thread Sid Vic
i need to implement this of my own? Could someone give me a hint whats the best way to solve this? Thank you! Cheers, Sid -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=29520#29520 ___ osg-users

Re: [osg-users] Load new nodes in the scene graph when the scene is running

2010-03-24 Thread Sid Vic
take a look at pagedLOD -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=26063#26063 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] TexGen for large surface

2010-03-23 Thread Sid Vic
(0,1.0,0.1,100)); what do i need to do next? i set the surface-node as child to the texgenNode. But which attributes needs to be set for the surface node? Thank you! Cheers, Sid -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=26017#26017

Re: [osg-users] own load implementation for pagedLOD

2010-03-07 Thread Sid Vic
Thanks for your reply. That was very helpful, its working perfect now. Just a note for other who may have the same problem: For 1. and 3.: I searched a little for some examples, so i found that the osgphotoalbum is exactly the example i needed. For QImage-Texture conversion the following

[osg-users] own load implementation for pagedLOD

2010-03-03 Thread Sid Vic
. Is there a simple way to convert them to a osg::Image or later a texture? 3. How do i know which Node correspond to which Image? For example: One Node needs to load a texture, because the viewing distance decreases. How does it know it have to load image number 75367? Thank you! Cheers, Sid

Re: [osg-users] Loading OSG Models in OpenGL code

2008-05-31 Thread Sid
to rendering using the OSG, or just use the OSG purely as a data structure? Robert. On Fri, May 30, 2008 at 4:22 AM, Sid [EMAIL PROTECTED] wrote: Hi, Is there any way, I could load an osg model, use some of the osg api functionalities in an opengl code and render it using opengl

[osg-users] Loading OSG Models in OpenGL code

2008-05-29 Thread Sid
Hi, Is there any way, I could load an osg model, use some of the osg api functionalities in an opengl code and render it using opengl, not through osg as in osgviewerGLUT example. -- Siddharth Choudhary ___ osg-users mailing list

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.3.1 dev release

2007-12-24 Thread Sid Boyce
Robert Osfield wrote: HI Sid, I've merged all the changes except the additions of #include gmpxx.h as this break the build even on my Kubuntu 7.10 install, so chances are that it'll break practically everywhere else as well. Could you post what errors the above addition fixed? We should

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.3.1 dev release

2007-12-24 Thread Sid Boyce
Robert Osfield wrote: HI Sid, I've merged all the changes except the additions of #include gmpxx.h as this break the build even on my Kubuntu 7.10 install, so chances are that it'll break practically everywhere else as well. Could you post what errors the above addition fixed? We should

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.3.1 dev release

2007-12-22 Thread Sid Boyce
Robert Osfield wrote: Hi Sid, Could you post me those changes so I can review them and get fixes into SVN. Cheers, Robert. See attached file. Regards Sid. On Dec 22, 2007 7:49 AM, Sid Boyce [EMAIL PROTECTED] wrote: With openSUSE 11.0 (X86-64) Alpha0 gcc version 4.3.0 20071129

[osg-users] osg build errors

2007-12-09 Thread Sid Boyce
. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks ___ osg-users mailing