Hi All, the problem due to different parsing behaviour between glut and wx was finally solved! When using wx and german language settings will demand a comma instead of a point in floating point numbers. If encountering similar problems its worth to try overriding the wx automatic settings by setting the LC_NUMERIC env-variable to en_US.
Thanks again Bogo Dirk Reiners wrote: > Hi Bogumil, > >On Thu, 2006-03-16 at 09:09 +0100, Bogumil Bartczak wrote: > > >>Hi Dirk, >> >>nope - didn't help - damn. >> >> > >Hm, damn. :( > > > >>Anyway thanks a lot, if you have any other suggestions, I would be even >>more thankfull. >>Can you give me a hint where i can find this "striper" ? Or where to >>find its initialization (if there is)? >> >> > >By default all loaded models are run through the striper >(Source/System/NodeCores/Drawables/Geometry/OSGGeoFunctions.cpp:createOptimizedPrimitives) > to speed up rendering. That code has never deleted anything before, so I'm >very confused why it would delete stuff now, especially since it only happens >with a different GUI toolkit, which really should have no influence whatsoever. > >Is this on Linux or Windows? If Linux, can you try to run it through >valgrind to make sure that there is no memory corruption or something >like that going on? > >Other than that I'm running out of ideas of what I could do without the >source. :( > >Yours > > Dirk > > > > >------------------------------------------------------- >This SF.Net email is sponsored by xPML, a groundbreaking scripting language >that extends applications into web and mobile media. Attend the live webcast >and join the prime developer group breaking into this new coding territory! >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >_______________________________________________ >Opensg-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/opensg-users > > -- Dipl.-Ing. Bogumil Bartczak Multimedia Information Processing email: [EMAIL PROTECTED] phone: +49 (0)431 880-4448, fax: +49 (0)431 880-4054 Christian-Albrechts-University of Kiel Institute of Computer Science and Applied Mathematics Hermann-Rodewald-Str. 3 D-24098 Kiel, Germany _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
