Re: [osg-users] Tutorials

2007-09-01 Thread Peter Gebauer
In my perception forums will be more scalable if the user community grows, because you can not expect every member to follow all discussions that are currently happening (or happened if you were on vacation for two weeks). Or you get a decent MUA. Getting an additional login AND having to

Re: [osg-users] OpenThreads doc?

2007-09-01 Thread Robert Osfield
Hi Ben, On 8/31/07, Ben Discoe [EMAIL PROTECTED] wrote: I got OSG 2.0 building and moved my community up to it, thanks for the help on that. Next question: does OpenThreads have any documentation, at all? I have looked all over the web and the wiki, and not found a bit, not even minimal

Re: [osg-users] crash in osgText with version 2.1.8

2007-09-01 Thread Robert Osfield
On 9/1/07, Cedric Pinson [EMAIL PROTECTED] wrote: It works fine now. But what is the performance penalty i mean of which order do you think it is See my other email about DeleteHandler for a full explanation - I measured 6% hit on fps on a model that was cull limited. Robert.

Re: [osg-users] Is text thread safe in 2.0.0?

2007-09-01 Thread Robert Osfield
On 8/31/07, Robert Osfield [EMAIL PROTECTED] wrote: Now I do need qualify pretty solid, its solid if I just leave the osgtext --mt to do its stuff, but if I enable stats by pressing 's' I getting freetype warnings printed out to the console and sometimes get gargabe text on the stats. Since

[osg-users] Friend functions

2007-09-01 Thread Renan Mendes
Hello, I've got a small question that I've not been able to answer looking at c++ tutorials: - Can friend functions call other methods from the classes they are friends with? Example class First { public: void function1(); }; class Second { public: void

Re: [osg-users] Friend functions

2007-09-01 Thread David Callu
try it 2007/9/1, Renan Mendes [EMAIL PROTECTED]: Hello, I've got a small question that I've not been able to answer looking at c++ tutorials: - Can friend functions call other methods from the classes they are friends with? Example class First { public: void

Re: [osg-users] Friend functions

2007-09-01 Thread Renan Mendes
Thank you for the commentary. ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] Friend functions

2007-09-01 Thread Gordon Tomlinson
As David said, you should really try something like this first and then if you have an issue try asking the question or Google it. See http://www.parashift.com/c++-faq-lite/friends.html Also the OSG forum is not really the place to be asking C++ questions, there are many places better suited

Re: [osg-users] OpenThreads external referrence

2007-09-01 Thread olaf flebbe
Hi Robert, On 8/30/07, olaf flebbe [EMAIL PROTECTED] wrote: svn: PROPFIND request failed on '/svn/osg/OpenThreads/trunk/include/OpenThreads' svn: PROPFIND of '/svn/osg/OpenThreads/trunk/include/OpenThreads': 301 Moved Permanently (http://www.openscenegraph.com) IMHO the domain part

Re: [osg-users] osg::DeleteHander - the good, the bad and ugly

2007-09-01 Thread Cedric Pinson
I tried a little brut test about smart pointer from osg and the similar approch in boost with instrusive_ptr here the result with the source code: PROFILE_ROOT prt 100.00 glb 100.00 - time 31.785504 avg 31.785504 ncall 1 osg_smprt 2.85 glb 2.85 - time 0.905553 avg