Re: [osg-users] VRML plugin

2008-04-04 Thread Reint Boer Iwema
Hi Will, I suspect that you are trying to load VRML 1.0 files. OpenVRML only supports VRML97 (VRML 2.0) files. Perhaps, you could convert your WRLs to VRML97 (or OBJ, COLLADA, etc) using a conversion tool (3ds Max, Blender?). Cheers, Gino Will Dicharry wrote: > Hi all, > > I've been working

Re: [osg-users] Change of svn:externals breaks version 2.3.6 (tag)

2008-04-01 Thread Reint Boer Iwema
Hi Stephan, Charles, and Robert, Thank you for your replies. > Using SVN to access any of the 1.9.x onward tags will exhibit this > problem too Hmm, that is what I figured out from the discussions on this topic as well. > I am about to make OSG-2.3.7 which won't have this problem as it'll > not

[osg-users] Change of svn:externals breaks version 2.3.6 (tag)

2008-04-01 Thread Reint Boer Iwema
exist Can you change the external URL in version 2.3.6? Thanks in advance, Reint Boer Iwema ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

[osg-users] osgViewer not drawn properly in wxSplitterWindow (win32)

2008-03-04 Thread Reint Boer Iwema
Hello, I've added the following code to the osgViewerWX example (with cow.osg), in order to split the window vertically: ... attributes[5] = 8; wxSplitterWindow *m_splitter = new wxSplitterWindow(frame, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxSP_LIVE_UPDATE); wxTextC