Re: [osg-users] cull setting inheritance

2008-03-04 Thread Mathias Fröhlich
missing something? Gretings Mahias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland

Re: [osg-users] cull setting inheritance

2008-03-04 Thread Mathias Fröhlich
of the scenegraph. Also the cull visitor does not need that value IMO. Does this make sense?? Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board

Re: [osg-users] cull setting inheritance

2008-03-05 Thread Mathias Fröhlich
one - the cull visitors settings are partly overwritten by the camera according to the cameras inheritance mask. I believe that it is worth streamlining that a bit. Using that code would be much more clear then - at least to me :) GReetings MAthias -- Dr. Mathias Fröhlich, science + computing ag

Re: [osg-users] cull setting inheritance

2008-03-05 Thread Mathias Fröhlich
... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier, Dr. Arno

Re: [osg-users] PagedLOD and DatabasePager API

2008-03-05 Thread Mathias Fröhlich
or dynamic upcaast the PagedLOD pointer to whatever it expects to be? Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd

Re: [osg-users] PagedLOD and DatabasePager API

2008-03-05 Thread Mathias Fröhlich
On Wednesday 05 March 2008 14:20, Robert Osfield wrote: This Group* pointer passed in by requestNode will be the PagedLOD in Thanks! So, Till should you take this one? Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070

Re: [osg-users] PagedLOD and DatabasePager API

2008-03-05 Thread Mathias Fröhlich
registries options? Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier

Re: [osg-users] osgShadow example and gerneral question

2008-03-18 Thread Mathias Fröhlich
offering time to implement that ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer

Re: [osg-users] OpenSceneGraph-2.3.11 dev release/ 2.4 rc3 released

2008-04-25 Thread Mathias Fröhlich
-- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech

Re: [osg-users] osgOffscreenRenderer example

2008-04-30 Thread Mathias Fröhlich
? Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier, Dr. Arno Steitz

Re: [osg-users] Copy constructor for Vec3 or Quat

2008-05-07 Thread Mathias Fröhlich
that if you need something different than the default ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd

Re: [osg-users] Copy constructor for Vec3 or Quat

2008-05-07 Thread Mathias Fröhlich
for that ... Greetings and good luck on windows :) Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian

Re: [osg-users] Camera not being called to draw?

2008-05-09 Thread Mathias Fröhlich
to use in the camera. Many of them will only have an effect if the camera os *not* a nested one. So, if you know the internals of the rendering backend well, the camera works relatively intuitive. But if you don't, it's very hard ... Good luck Mathias -- Dr. Mathias Fröhlich, science + computing ag

Re: [osg-users] [Blender and OSG]

2008-05-13 Thread Mathias Fröhlich
an exporter to ac3d. In theory the osg exporter can do a better job due to various limitations of the ac3d format. But I have never tried one of them. So you might just try ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen

Re: [osg-users] Random crash running with osg

2008-06-04 Thread Mathias Fröhlich
you get with stlports debug stuff or microsofts cl's debug builds. This might help to find sometimes surprisingly hidden invalid stl usage ... Greetings MAthias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071

Re: [osg-users] Build 8458 Problem with OpenThreads\Atomic wanting to include a missing OpenThreads\Config

2008-06-20 Thread Mathias Fröhlich
hopefully when Robert has merged that :) GReetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian

Re: [osg-users] Build 8458 Problem with OpenThreads\Atomic wanting to include a missing OpenThreads\Config

2008-06-20 Thread Mathias Fröhlich
not get that. GReetings MAthias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier, Dr

Re: [osg-users] Build 8458 Problem with OpenThreads\Atomic wanting to include a missing OpenThreads\Config

2008-06-20 Thread Mathias Fröhlich
On Friday 20 June 2008 11:31, Melchior FRANZ wrote: * Mathias Fröhlich -- Friday 20 June 2008: [Performing Test _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS - Failed] If you specify any -march=whatevernewertargettocompilefor to gcc the builtin is inlined with something usable. I was using

Re: [osg-users] Windows build is broken

2008-06-24 Thread Mathias Fröhlich
path of the reference counting stuff, you need to make sure that you pick up the right atomic increment implementation in Atomic which should match the one used when compiling osg. Therefore the Config header. That's all. GReetings Mathias -- Dr. Mathias Fröhlich, science + computing ag

Re: [osg-users] Windows build is broken (was: RE: Please test SVNofOpenSceneGraph in pre for2.5.3dev release)

2008-06-24 Thread Mathias Fröhlich
MAthias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech

Re: [osg-users] Windows build is broken

2008-06-24 Thread Mathias Fröhlich
that this will be ready about tomorrow. I hope that you can live with that until then ... GReetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr

Re: [osg-users] Windows build is broken

2008-06-24 Thread Mathias Fröhlich
header is better, I agree. Thanks for explaining. Already answered, not a problem :) GReetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board

Re: [osg-users] Windows build is broken

2008-06-24 Thread Mathias Fröhlich
the offending change so, I can make sure that it works again? I just want to avoid duplicate work. GReetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511

Re: [osg-users] [osg-submissions] API configuratio ns in aseparateConfig include file

2008-06-26 Thread Mathias Fröhlich
that change and past that change. Just that difference that you do no longer need to care for keeping defines in sync across probably many libs/apps using osg. And that is a benefit IMO ... I hope that clears things up. Thanks, for writing! GReetings Mathias -- Dr. Mathias Fröhlich, science

Re: [osg-users] SVN last version

2008-12-10 Thread Mathias Fröhlich
At install time in installdir/include/osg/Config ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr

Re: [osg-users] atomic_xor_uint_nv on Solaris

2009-01-08 Thread Mathias Fröhlich
will be missing. So the 'right fix' would be to extend the configure time check to check all required functions. If they are there, use the atomics if not don't do that ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070

Re: [osg-users] svn/trunk ready to make OpenSceneGraph -2.8 branch, please do last build test of sn v/trunk :-)

2009-02-02 Thread Mathias Fröhlich
the XCode projects. As of yesterday evening (rev 9622), Solaris, HP-UX and SuSE 9.0 built successfully. Thanks for all your work! Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071

Re: [osg-users] Please give approval if you feel OpenSceneGraph-2.8 is ready ; -)

2009-02-09 Thread Mathias Fröhlich
to report a show stopper! Unless there is a show stopper reported I'll tag 2.8.0 at 1500hrs GMT today. I successfully compiled today morning's 2.8 branch on solaris, hpux and two linux variants. Looking forward to the release. Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software

Re: [osg-users] Please give approval if you feel OpenSceneGraph-2.8 is ready ; -)

2009-02-09 Thread Mathias Fröhlich
core dump ... Good luck ... Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr

Re: [osg-users] Cull time doubled?

2009-02-09 Thread Mathias Fröhlich
that be on by default? Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno

Re: [osg-users] Cull time doubled?

2009-02-09 Thread Mathias Fröhlich
Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech Vorsitzender des

Re: [osg-users] Please give approval if you feel OpenSceneGraph-2.8 is ready ; -)

2009-02-09 Thread Mathias Fröhlich
. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech Vorsitzender des

Re: [osg-users] What about User-Meeting in Europe - osgInEurope?

2009-02-25 Thread Mathias Fröhlich
at yet an other forum internet page :) Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier

Re: [osg-users] Mirrored camera

2009-03-02 Thread Mathias Fröhlich
On Monday 02 March 2009 14:42, Joakim Simonsson wrote: I have created a slave camera. It should represent a rear mirror on a vehicle. See osg::FrontFace and the the man page of glFrontFace. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher

Re: [osg-users] Mirrored camera

2009-03-02 Thread Mathias Fröhlich
to StateAttribute::OVERRIDE. GReetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr

Re: [osg-users] order independent transparency (OIT) and OSG

2009-03-12 Thread Mathias Fröhlich
with our osg based application. I will, once this is ready, provide my test programs to Robert Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511

Re: [osg-users] Windows build is broken (was: RE: Please test SVNofOpenSceneGraph in pre for2.5.3dev release)

2008-06-26 Thread Mathias Fröhlich
to the tree where I extrected the change. The atomic implementation file is missing in some cases. GReetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board

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

2008-06-26 Thread Mathias Fröhlich
Hi, On Thursday 26 June 2008 16:02, Jean-Sébastien Guay wrote: Thanks, and thanks to Mathias for fixing the windows.h issue. Thanks for your patience and sorry for the inconvinience ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71

Re: [osg-users] [osg-submissions] API configurat ions in aseparateConfig include file

2008-06-27 Thread Mathias Fröhlich
MAthais -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid

Re: [osg-users] osgthirdpersonview crashes on Linux

2008-06-27 Thread Mathias Fröhlich
does not work? You may start cmake with --debug-trycompile and provide the output of builddir/CMakeFiles/CMakeError.log. GReetings and thanks MAthias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268

Re: [osg-users] osgthirdpersonview crashes on Linux

2008-06-27 Thread Mathias Fröhlich
set or unset? Greetings MAthias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier

Re: [osg-users] osgthirdpersonview crashes on Linux

2008-06-27 Thread Mathias Fröhlich
, should the default change to on? And, yes, I should write a wiki page. I hope to find some time today ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511

Re: [osg-users] The story continues: osgthirdpersonview crashes on Linux

2008-06-30 Thread Mathias Fröhlich
piece of the puzzle that could be of interest: I have trouble also with the build of the FOX toolkit: seems like the configure process is configuring capabilities that are not there... Bho? -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen

Re: [osg-users] The story continues: osgthirdpersonview crashes on Linux

2008-06-30 Thread Mathias Fröhlich
not work ... Thanks! Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier

Re: [osg-users] The story continues: osgthirdpersonview crashes on Linux

2008-06-30 Thread Mathias Fröhlich
Hi, On Monday 30 June 2008 15:51, Mario Valle wrote: Hope this helps you. Ciao! Yep this helps, thanks. The fix needs to look somehow different, but I will provide a full submission to Robert ... Greetings Mathais -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions

Re: [osg-users] The story continues: osgthirdpersonview crashes on Linux

2008-07-01 Thread Mathias Fröhlich
. ? It is not possible to define CMAKE_CXX_FLAGS and CMAKE_C_FLAGS inside Cmake? And don't forget to switch on optimizations of your choice, since this might override the release C*FLAGS settings ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions

Re: [osg-users] How to byte-align Vec4Array

2008-07-08 Thread Mathias Fröhlich
, bypassing use of Vec4Array (and Vec4 for that matter)? I guess if neither of these works, then I'm down to subclassing Vec4Array... See examples/osgsharedarray.cpp and make sure that the pointer you provide to MyArray is aligned as you like ... Mathias -- Dr. Mathias Fröhlich, science

Re: [osg-users] How to byte-align Vec4Array

2008-07-09 Thread Mathias Fröhlich
Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid

Re: [osg-users] Avoiding the intersection visitor

2008-07-21 Thread Mathias Fröhlich
-- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech

Re: [osg-users] Using SSE within OSG

2008-07-29 Thread Mathias Fröhlich
the cheaper 3x4 variant can be used for usual transforms. Well, I ask that because I get the impression that the real botteneck - where you can gain much performance - is somwhere different. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71

Re: [osg-users] Using SSE within OSG

2008-07-29 Thread Mathias Fröhlich
will bring performance improovements for the usual scenegraph case. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd

Re: [osg-users] Using SSE within OSG

2008-07-30 Thread Mathias Fröhlich
want to catch any translation value. But if you have a translation axis, a maximum scalar value a minimum scalar value and a current scalar translation value, you can do about the same. Hope this helps. Greetings Mathais -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions

Re: [osg-users] Model orientation after using 'osgconv'

2008-08-26 Thread Mathias Fröhlich
in flightgear, the reader callback also cripples that materials past loading ... Backward compatibility is something really good ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax

Re: [osg-users] Linking error : OpenThread

2008-09-05 Thread Mathias Fröhlich
in my application, i am not able to find the reason for failure.Any guesses ? May be you need to link your application to libOpenThreads also? You use the Atomic stuff when you have any ref_ptr inline in your code ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag

[osg-users] Threading and such, Was: Re: [osg-submissions] Platformindependentmatrixmultiplicationoptimization

2008-09-24 Thread Mathias Fröhlich
you want that serialized events to be processed? And where this sould happen in osg and for what reason? I am sure I miss something important... May be you put that in your application library for your use??? Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions

Re: [osg-users] Problem with OpenThreads::Atomic when buildingapplication with OSG 2.6.0 on SUSE 10.2

2008-10-09 Thread Mathias Fröhlich
Hi Björn, Hmm, did you change the OpenThreads config file by hand? Looking at the code I can think of hating that effect ... Also, can you tell, if OpenThreads.so includes that symbol? nm -C is your friend. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software

Re: [osg-users] Problem with OpenThreads::Atomic when buildingapplication with OSG 2.6.0 on SUSE 10.2

2008-10-09 Thread Mathias Fröhlich
OpenThreads/Config file? No. No previous builds have been made on the OpenSuse machine. And no object files are under source control. not only source control. but also leftovers from previous builds? Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg

Re: [osg-users] Problem with OpenThreads::Atomic when buildingapplication with OSG 2.6.0 on SUSE 10.2

2008-10-09 Thread Mathias Fröhlich
file? Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier, Dr. Arno

Re: [osg-users] Problem with OpenThreads::Atomi c when buildingapplication with OSG 2.6.0 on SU SE 10.2

2008-10-09 Thread Mathias Fröhlich
? That is do you define one of the defines that belong inty the header on the compiler command line? Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511

Re: [osg-users] Problem with OpenThreads::Atomic when buildingapplication with OSG 2.6.0 on SUSE 10.2

2008-10-13 Thread Mathias Fröhlich
of stuff around so that this is not needed. And worse it might break that you should be able to use osg headers with any compile flags, not only those you used for compiling osg ... So, no, lets fix the problem at its root ... Greetings and thanks! Mathias -- Dr. Mathias Fröhlich, science

Re: [osg-users] Problem with OpenThreads::Atomic whenbuildingapplication with OSG 2.6.0 on SUSE 10.2

2008-10-14 Thread Mathias Fröhlich
... Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier, Dr. Arno Steitz, Dr

Re: [osg-users] problem with translparency in ac3d model loaded in OSG

2008-10-16 Thread Mathias Fröhlich
might lead to strange effects. Avoid textures that have any transparent pixel if you do not need that. If these are not the case, please provide a test case ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen

Re: [osg-users] [osg-submissions] AC3D Texture clamping

2008-10-20 Thread Mathias Fröhlich
repeating textures with native ac3d, then we might need an option. With the lack of an ac3d modeller here, can you tell me how it looks like in ac3d, when texrep is * omitted * set to 0 0 Is there a way to get non repeating textures in ac3d? Greetings Mathias -- Dr. Mathias Fröhlich, science

Re: [osg-users] [osg-submissions] AC3D Texture clamping

2008-10-23 Thread Mathias Fröhlich
Ok, I did not get any answer from John. I will now submit a change to revert the behaviour to be unconditional ac3d conformant. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268

Re: [osg-users] [osg-submissions] AC3D Texture clamping

2008-11-04 Thread Mathias Fröhlich
to this thread sooner. (And I thought I did well posting examples the same morning I received the other messages... sigh) :) Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457

Re: [osg-users] Migrating to a forum?

2008-11-04 Thread Mathias Fröhlich
... May be old scool, but *very* efficient for the day work! Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd

Re: [osg-users] can no longer set an update visitor

2007-08-12 Thread Mathias Fröhlich
Good morning, On Sunday 12 August 2007, Robert Osfield wrote: There are a still a few loose ends in osgViewer, such as configuration file support, window inheritance under X11, the CullThreadPerCameraDrawThreadPerContext threading model to debug, but overall we are now much closer to the

[osg-users] RFC: Positional state container in the render bin, was: clip planes

2007-09-12 Thread Mathias Fröhlich
Robert, On Tuesday 21 August 2007, Robert Osfield wrote: On 8/21/07, Mathias Froehlich [EMAIL PROTECTED] wrote: What is missing then? You might be on the right track. Can you help me? Well on round of bug fixing right now, so new feature development is not something on the cards right

Re: [osg-users] RFC: Positional state container in the render bin, was: clip planes

2007-09-15 Thread Mathias Fröhlich
Good morning Robert, On Thursday 13 September 2007, Robert Osfield wrote: I'm just trawling through the morning inbox and a blurry headed so not in a zone able to contemplate complex stuff too deeply. I will review your changes a latter date though. :) Was there much fallout from applying

Re: [osg-users] Away on a trip

2009-10-12 Thread Mathias Fröhlich
Have Fun!!! Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid

Re: [osg-users] Major implementation changes to osg::Geometry and elsewhere checked into svn/trunk

2009-10-22 Thread Mathias Fröhlich
Thanks for all that work! I still rebuild about every day doing some small functional tests. At home, I regularily build flightgear with current trunk which worked as usual up to yesterday evening. Also: what a nice idea to write gl.Vertex3f() :) Greetings Mathias -- Dr. Mathias Fröhlich

Re: [osg-users] osgQtBrowser - compile problem

2009-11-12 Thread Mathias Fröhlich
portability fixes from me some time ago... :) Thanks anyway ... Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr

Re: [osg-users] [osgPlugins] Problems loading ac3d model

2010-01-19 Thread Mathias Fröhlich
of correct displayed ac3d models in the scenery and for the aircraft models. So, what you encounter seems to be a corner case. So, either please provide the file you have problems with or a fix that makes that load well ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag

Re: [osg-users] Atomic Ref Counting and Visual Studio 2005 + 64 bit

2010-02-09 Thread Mathias Fröhlich
... So on windows we should not need to use mutexes ... One way to fix this would be to replace the intrinsics for win32 with the library functions and just code hard in cmake that we this variant on any win32. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions

Re: [osg-users] osg ac3d texture problem.

2010-02-24 Thread Mathias Fröhlich
that ac3d often has absolute filenames in the files without the need to do so. But, thinking about the attached change: At first try the filename as it is in the file and if that does not work, try the bare filename without path. Does that help four you? Greetings Mathias -- Dr. Mathias

Re: [osg-users] OpenFlight, subsurfaces and PolygonOffset settings

2009-04-23 Thread Mathias Fröhlich
some revision control access for - including flightgear. Also note that I do work on ATI gpu's on a regular basis without any problems with these factors equal to one and with huge z buffer problems with the defaults. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software

Re: [osg-users] Modifying SG based on viewpoint location

2009-04-23 Thread Mathias Fröhlich
. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech Vorsitzender des Aufsichtsrats

Re: [osg-users] osgInEurope - osg meeting/conference in Paris

2009-05-06 Thread Mathias Fröhlich
and organisation for an osg meeting. Is there such an event in Paris? If not, may be the LinuxTag in Berlin at the end of june is something to consider!? Or little later, Fosdem at Bruxeles at the beginning of each year? Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag

Re: [osg-users] Support becoming less and less personal

2009-05-07 Thread Mathias Fröhlich
in a polite way! Being consequent helps a lot in many situations. Just my half of a cent ... Greetings and also a big and impressed thank you for all working here!!! Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49

Re: [osg-users] Thoughts on a non Collada DOM based Collada plugin

2009-05-06 Thread Mathias Fröhlich
into osg. Then a configure time test could be used to either use the system provided libexpat or build and use the osg provided. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax

Re: [osg-users] osgInEurope - osg meeting/conference in Paris

2009-05-11 Thread Mathias Fröhlich
... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech

Re: [osg-users] Rendering a series of nodes in precise order...

2009-05-11 Thread Mathias Fröhlich
. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech Vorsitzender des Aufsichtsrats

Re: [osg-users] add/remove camera crash

2009-05-28 Thread Mathias Fröhlich
the need to stop threading and restart that with an extra chance to miss some frames. Currently debugging this because of more or less the same problem I observed with pre render cameras instead of post render ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software

Re: [osg-users] add/remove camera crash

2009-05-29 Thread Mathias Fröhlich
will not see every such Camera rendered correctly. Only the last one traversed by the cull visitor will render correctly. True? Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax

Re: [osg-users] add/remove camera crash

2009-05-29 Thread Mathias Fröhlich
On Friday 29 May 2009, Robert Osfield wrote: Hi Mathias, 2009/5/29 Mathias Fröhlich m.froehl...@science-computing.de: Should the Render Stage have a reference to the camera instead of just a pointer? Since the RenderStage relies on the Camera being present, this appears to be the /right

Re: [osg-users] [RFC] osgViewer: solution for omitted key release events

2009-06-04 Thread Mathias Fröhlich
of one application matches the pattern of all other applications ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr

Re: [osg-users] add/remove camera crash

2009-06-10 Thread Mathias Fröhlich
, did you know that the same happens for the Drawables, since the render leafs are cleared in exactly that code path. So should they also be cleared just past rendering? Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen

Re: [osg-users] add/remove camera crash

2009-06-10 Thread Mathias Fröhlich
at present, it's just that some memory won't be cleared right away. Not a problem! That was just the reason I did the same for the cameras. And since you objected against that I thought that I should say that ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions

Re: [osg-users] is it possible to implement this feature in OSG?

2009-06-18 Thread Mathias Fröhlich
that the raytracer is in fact designed to support such an addition in a more or less natural way. But they were asking for somebody doing the codework. So if you have some spare time ... :) Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070

Re: [osg-users] Frame rates vary dramatically across runs

2009-07-21 Thread Mathias Fröhlich
. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech Vorsitzender des Aufsichtsrats

Re: [osg-users] NaN problem.

2009-08-03 Thread Mathias Fröhlich
might give you a hint where to to start searching for a problem. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd

Re: [osg-users] osgText quality issue

2010-03-18 Thread Mathias Fröhlich
that problem. That left the original reason on the todo list ... Glad to see that we know where this happens. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511

Re: [osg-users] osg latest developer release, memory leak under linux

2010-05-12 Thread Mathias Fröhlich
. I don't have time to investigate further. The attached patch helps a lot for this problem here. Robert, Do you need a correct osgsubmission for that? Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone

Re: [osg-users] osg latest developer release, memory leak under linux

2010-05-12 Thread Mathias Fröhlich
not look too close. But I would guess that this has something todo with the cflags that are used in this particular build. Is it a 32-bit build? Greetings Mathias Fröhlich -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone

Re: [osg-users] osg latest developer release, memory leak under linux

2010-05-12 Thread Mathias Fröhlich
. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech

Re: [osg-users] osg latest developer release, memory leak under linux

2010-05-17 Thread Mathias Fröhlich
or something better for your c*flags. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier

Re: [osg-users] Shader composition, OpenGL modes and custom modes

2010-06-28 Thread Mathias Fröhlich
leafs will just reference the finally compiled and linked shader open gl objects then. The State would only need to avoid reloading the same final shader program twice in a series. My two cents ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions

Re: [osg-users] Shader composition, OpenGL modes and custom modes

2010-06-29 Thread Mathias Fröhlich
, again the critical thing from my point of view: If you can make sure that we never relink during draw once no new shader combination appears, I believe we are fine. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen

Re: [osg-users] Shader composition, OpenGL modes and custom modes

2010-06-29 Thread Mathias Fröhlich
and state classes to get the result they want. Fine then. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd

Re: [osg-users] G++ version problem

2011-04-04 Thread Mathias Fröhlich
or something sensible for your build environment. Then rebuild osg from scratch. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board

  1   2   >