Hi Maya,

The construction of the scene graph looks odd.  Why only one PagedLOD child?

Normally you'd build a PagedLOD so there is low res child and a high
res child, with the later being an external reference.

Robert.

On 7/26/06, maya leonard <[EMAIL PROTECTED]> wrote:
Hi Robert

I'm using osgviewer. I have attached screenshot of the problem I'm
experiencing.

Heres a snippet of the osg main file

Group {
  DataVariance DYNAMIC
  nodeMask 0xffffffff
  cullingActive TRUE
  StateSet {
    DataVariance STATIC
    rendering_hint DEFAULT_BIN
    renderBinMode INHERIT
    GL_CULL_FACE ON
  }
  num_children 250
  PagedLOD {
    DataVariance DYNAMIC
    nodeMask 0xffffffff
    cullingActive TRUE
    Center 18 18 0
    Radius -1
    RangeMode DISTANCE_FROM_EYE_POINT
    RangeList 1 {
      500 1e+007
    }
    NumChildrenThatCannotBeExpired 0
    FileNameList 1 {
      TEST_L0_R0000_C0000.osg
    }
    num_children 0
  }
  PagedLOD {
    DataVariance DYNAMIC
    nodeMask 0xffffffff
    cullingActive TRUE
    Center 9 9 0
    Radius -1
    RangeMode DISTANCE_FROM_EYE_POINT
    RangeList 1 {
      0 500
    }
    NumChildrenThatCannotBeExpired 0
    FileNameList 1 {
      TEST_L1_R0000_C0000.osg
    }
    num_children 0
  }
  PagedLOD {
    DataVariance DYNAMIC
    nodeMask 0xffffffff
    cullingActive TRUE
    Center 27 9 0
    Radius -1
    RangeMode DISTANCE_FROM_EYE_POINT
    RangeList 1 {
      0 500
    }
    NumChildrenThatCannotBeExpired 0
    FileNameList 1 {
      TEST_L1_R0000_C0001.osg
    }
    num_children 0
  }

THanks
Maya



Date: Tue, 25 Jul 2006 07:45:34 +0100
From: "Robert Osfield" <[EMAIL PROTECTED]>
Subject: Re: [osg-users] Popping with PagedLOD
To: "osg users" <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi Maya,

PagedLOD tiles shouldn't just disappear, they should remain until
their go off screen.

How did you create the datatabase? Would it be possible to you to be
able to post it?

Also what viewer are you using?

Robert.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/



_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to