Hi All,

We have just been testing the new file formats, but couldn't really proceed. We have a master.osg and a master.osgt referring a sub tile - the latter won't work as expected under Windows7, Visual Studio 2008.

Old .osg format with relative path to child tile works:

ProxyNode {
    nodeMask 0xffffffff
    cullingActive TRUE
    ExtRefMode     DEFER_LOADING_TO_DATABASE_PAGER
    Radius -1
    FileNameList 1 {
      X0\Y0\L0\R0\0x0_0_0x0.osg
    }
    num_children 0
  }

New file format works when using an absolute path but not as below:

#Ascii Scene
#Version 80
#Generator OpenSceneGraph 3.0.0

osg::ProxyNode {
  UniqueID 3
  FileNames 1 {
    "X0/Y0/L0/R0/0x0_0_0x0.osgt"
  }
  Children 0
  LoadingExternalReferenceMode DEFER_LOADING_TO_DATABASE_PAGER
}

Probably I missed something. I could also imagine that our build is somehow broken, as this is a very basic functionality. Any pointers are appreciated.

Thank you,

Stephan

--
-------------------------------------
Stephan Kussmaul
Managing Director
TrianGraphics GmbH
Schoenhauser Allee 45
10435 Berlin
Germany
Tel: +49 (0)30 48495573   FAX: +49 (0)30 48495581
Email: stephan.kussm...@triangraphics.de
Web: www.triangraphics.de
-------------------------------------
Sitz der Gesellschaft / Corporate Headquarters:
TrianGraphics GmbH, Berlin
Registereintragung / Registration:
Amtsgericht Berlin-Charlottenburg HRB 93807 B
Geschaeftsfuehrer / Managing Directors:
Stephan Kussmaul, Mirco Nierenz, Volker Walkiewicz


_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to