Re: [osg-users] Approaching regions with many nodes

2015-07-06 Thread sam
Hi Sebastian, Is this approach still valid with lots of little nodes that have no LOD detail against them? Or should I just tell my brain that the LOD part of the node isn't really applicable for what I'm doing and continue with your advice? Thanks, Sam On Mon, Jul 6, 2015 at 8:14 AM,

Re: [osg-users] Approaching regions with many nodes

2015-07-06 Thread Sebastian Messerschmidt
Am 06.07.2015 18:12, schrieb sam: Hi Sebastian, Is this approach still valid with lots of little nodes that have no LOD detail against them? Or should I just tell my brain that the LOD part of the node isn't really applicable for what I'm doing and continue with your advice? If they are

Re: [osg-users] Approaching regions with many nodes

2015-07-06 Thread Sebastian Messerschmidt
Hi Sam, Hi All, I'm attempting to formulate the best way to stream in nodes that make up regions. These regions normally consist of anywhere between 4,000 to 6,000 nodes and end getting stitched together. My question is: Is the PagedLOD node what I want to use? I'm a little confused as to

[osg-users] Approaching regions with many nodes

2015-06-29 Thread sam
Hi All, I'm attempting to formulate the best way to stream in nodes that make up regions. These regions normally consist of anywhere between 4,000 to 6,000 nodes and end getting stitched together. My question is: Is the PagedLOD node what I want to use? I'm a little confused as to how the paging