Re: [osg-users] LOD support

2010-03-13 Thread Guy Volckaert
If I recall correctly, even the osgParticle supports LODs, but I think they are called details instead (or something rather). However, osg does not implicitely use it - you need to manage the details yourself. Guy -- Read this topic online here:

[osg-users] LOD support

2010-03-12 Thread Paul Gotzel
Hello, How much LOD support is there in OSG? I've found a couple functions that refer to LOD but I can't find any documentation on the subject. I'd like to be able to generate and configure LOD's for the scenegraph. Is that possible? Thanks, Paul

Re: [osg-users] LOD support

2010-03-12 Thread Gordon Tomlinson
Subject: [osg-users] LOD support Hello, How much LOD support is there in OSG? I've found a couple functions that refer to LOD but I can't find any documentation on the subject. I'd like to be able to generate and configure LOD's for the scenegraph. Is that possible? Thanks, Paul

Re: [osg-users] LOD support

2010-03-12 Thread Chris 'Xenon' Hanson
On 3/12/2010 12:55 PM, Paul Gotzel wrote: Hello, How much LOD support is there in OSG? I've found a couple functions that refer to LOD but I can't find any documentation on the subject. I'd like to be able to generate and configure LOD's for the scenegraph. Is that possible? Tons of