Re: [osg-users] setUpViewerAsEmbeddedInWindow and wxPython glcanvas

2009-11-21 Thread Randolph Fritz
On 2009-10-07, Randolph Fritz wrote: > > Thank you, that helped a lot. My C++ code has now come up and run in a > Python GLUT test bed program, though I'm still having problems with > wxPython. > And, this is why: > It turns out that osgViewer::Viewer::setUpViewerAsEmb

[osg-users] osg::GraphicsContext::traits

2009-11-12 Thread Randolph Fritz
times the width and height traits are instead passed to OSG. Other values, I can't imagine passing to OSG...but perhaps my imagination is limited. My quick searches haven't found anything useful so far. (It's late.) Can someone perhaps point me to an explanatory example? -- Ran

Re: [osg-users] MatrixManipulator::home and currentTime

2009-10-14 Thread Randolph Fritz
On 2009-10-14, Randolph Fritz wrote: > > ...home(0) doesn't do it, ... > I am embarassed to say this was a build problem. Sorry to bother you-all. -- Randolph Fritz design machine group, architecture department, university of washington rfr...@u.washington.edu -or- rfrit

Re: [osg-users] MatrixManipulator::home and currentTime

2009-10-14 Thread Randolph Fritz
On 2009-10-14, Chris 'Xenon' Hanson wrote: > Randolph Fritz wrote: >> Why does MatrixManipulator contain the following virtual function >> declaration? >> virtual void home(double /*currentTime*/) {} >> What does the currentTime have to do with a

[osg-users] MatrixManipulator::home and currentTime

2009-10-14 Thread Randolph Fritz
Why does MatrixManipulator contain the following virtual function declaration? virtual void home(double /*currentTime*/) {} What does the currentTime have to do with anything? -- Randolph Fritz design machine group, architecture department, university of washington rfr...@u.washington.edu

Re: [osg-users] wxPython and CullVisitor nan on Mac

2009-10-10 Thread Randolph Fritz
On 2009-10-10, Randolph Fritz wrote: > Further note on this: wxWidgets OpenGL graphics context handling was > changed in wxWidgets version 2.7. Possibly a bug was introduced in > wxW at that time, or possibly slightly different GC setup is required. > To be continued... > Th

Re: [osg-users] wxPython and CullVisitor nan on Mac

2009-10-10 Thread Randolph Fritz
Further note on this: wxWidgets OpenGL graphics context handling was changed in wxWidgets version 2.7. Possibly a bug was introduced in wxW at that time, or possibly slightly different GC setup is required. To be continued... Randolph On 2009-10-08, Randolph Fritz wrote: > Oh, yes. The ex

Re: [osg-users] wxPython and CullVisitor nan on Mac

2009-10-07 Thread Randolph Fritz
Oh, yes. The exact same Python extension works correctly on both systems in the GLUT environment. On 2009-10-08, Randolph Fritz wrote: > On 2009-10-07, Randolph Fritz wrote: >> >> More details at >> <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.o

Re: [osg-users] wxPython and CullVisitor nan on Mac

2009-10-07 Thread Randolph Fritz
On 2009-10-07, Randolph Fritz wrote: > > More details at > <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/2009-June/029500.html> > I have now confirmed that, just as Mike Wozniewski found in June, this problem occurs on Macintosh (MacBook Pro, Mac OS

Re: [osg-users] setUpViewerAsEmbeddedInWindow and wxPython glcanvas

2009-10-07 Thread Randolph Fritz
On 2009-10-07, Robert Osfield wrote: > > On Wed, Oct 7, 2009 at 1:32 AM, Randolph Fritz wrote: >> One question: the osgViewerGLUT example >> holds the reference to its osgViewer::GraphicsWindow in an >> osg::observer_ptr, rather than an osg::ref_ptr.  What's the re

[osg-users] wxPython and CullVisitor nan on Mac

2009-10-06 Thread Randolph Fritz
n nan > nan nan nan nan > nan nan nan nan > nan nan nan nan > } More details at <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/2009-June/029500.html> Anyone remember this? Any ideas on how to debug it or what to do about it? -- Randol

Re: [osg-users] setUpViewerAsEmbeddedInWindow and wxPython glcanvas

2009-10-06 Thread Randolph Fritz
a look at the osgviewerSDL and osgviewerGLUT examples for > guidance, your own code shouldn't need to be much different than > these. > > Robert. > > On Tue, Oct 6, 2009 at 3:39 AM, Randolph Fritz wrote: >> Does anyone have an example of this? I'm developing a C++ class

[osg-users] setUpViewerAsEmbeddedInWindow and wxPython glcanvas

2009-10-05 Thread Randolph Fritz
Does anyone have an example of this? I'm developing a C++ class that I'm importing via Boost.python. I can't figure out what arguments to pass, what methods to call, or when to call them. & yet I know people have done this. Anyone? -- Randolph Fritz design machine

Re: [osg-users] OpenSceneGraph debug libraries?

2009-10-05 Thread Randolph Fritz
On 2009-10-05, Rainer Müller wrote: > On 2009-10-05 03:33 , Randolph Fritz wrote: >> Is there any way I can get MacPorts to build debug versions of the OSG >> libraries? Or does it already do so and me not knowing? > > No, MacPorts does use -O2 in CFLAGS by default. >

[osg-users] OpenSceneGraph debug libraries?

2009-10-04 Thread Randolph Fritz
Is there any way I can get MacPorts to build debug versions of the OSG libraries? Or does it already do so and me not knowing? -- Randolph Fritz design machine group, architecture department, university of washington rfr...@u.washington.edu -or- rfritz...@gmail.com

Re: [osg-users] OSG website down?

2009-10-01 Thread Randolph Fritz
On 2009-10-02, Chris 'Xenon' Hanson wrote: > He, Yefei wrote: >> Hi, Folks, >> Is the OSG website down? I haven't been able to connect to it >> the whole afternoon. > > I do not seem to be able to reach it either. > Same here. -- Randol

[osg-users] Macports osg

2009-10-01 Thread Randolph Fritz
not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in: /Developer/usr/local/MacPorts/lib/libJPEG.dylib -- Randolph Fritz design machine group, architecture

Re: [osg-users] 3DS writer - Call for testing

2009-10-01 Thread Randolph Fritz
have immediate applications, however. -- Randolph Fritz design machine group, architecture department, university of washington rfr...@u.washington.edu or rfritz...@gmail.com ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.open

Re: [osg-users] osgswig: iterating over a vertex array

2009-02-26 Thread Randolph Fritz
rt all returning values of Array to its "real" type. In any case this means diving into SWIG specifics. I'll post this as an issue on the list (http://code.google.com/p/osgswig/issues/detail?id=27), but I cannot give guarantees when it will be picked up. Gerwin On Thu, Feb 2

[osg-users] osgswig: iterating over a vertex array

2009-02-25 Thread Randolph Fritz
't seem to work--what does? arr.accept(i,self.val) -- Randolph Fritz design machine group architecture department university of washington rfr...@u.washington.edu ___ osg-users mailing list osg-users@lists.openscen

[osg-users] Building osgswig

2009-01-22 Thread Randolph Fritz
bling introspection, which doesn't seem to work even if OSG wrappers are on, I got it to build. Only one problem: how do I install it? I couldn't get it going, so I fell back on the 0.9.1 release. Is there an install procedure somewhere? -- Randolph Fritz design machine group architec

Re: [osg-users] osgswig: updating wx_viewer.py

2009-01-21 Thread Randolph Fritz
, 2009 at 4:59 AM, Randolph Fritz wrote: As a start (finally!) on my application, I'd like to update wx_viewer.py to use an osgViewer class. I'm thoroughly confused as to how to approach this. Can anyone offer some guidance? -- Randolph Fritz design machine group architecture

[osg-users] osgswig: updating wx_viewer.py

2009-01-20 Thread Randolph Fritz
As a start (finally!) on my application, I'd like to update wx_viewer.py to use an osgViewer class. I'm thoroughly confused as to how to approach this. Can anyone offer some guidance? -- Randolph Fritz design machine group architecture department university of wash

Re: [osg-users] ANN: osgSWIG/Py available

2009-01-07 Thread Randolph Fritz
Seichter, Post-Doctoral Research Fellow, Human Interface Technology Laboratory New Zealand ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org -- Randolph Fritz design

Re: [osg-users] Building the Collada plugin

2008-12-19 Thread Randolph Fritz
DOM 2.1 isn't even available on sourceforge any more. Basically I think I'm scrod, or some other sort of fish. I'll experiment some more with 2.2, and I suppose I can try the 2.7.8 release, but writing an OSG export script for SketchUp is looking better and better. Randolph Smeenk, R.J.M. (Ro

[osg-users] osgviewerWX vs. osgPython 2.2.0

2008-12-02 Thread Randolph Fritz
When I try to run this (new) example with this (old) library under IDLE, I get the following error in line 67: AttributeError: 'PySwigObject' object has no attribute 'windowResize' Followed by a crash Line 67 is: self.graphicswindow.getEventQueue().windowResize(0, 0, w, h) Far a

Re: [osg-users] osgswig and wxPython

2008-12-01 Thread Randolph Fritz
Thank you. After some experimentation, I discovered I was looking at a combination of minor coding errors and an IDLE interaction--if I start the script outside of IDLE, it now works. If you are at all interested, I've attached my experimental scripts. Beginner question: what are you using as

[osg-users] osgswig manifest blues

2008-11-25 Thread Randolph Fritz
OK, now that I've got the files to build, how do I avoid the R6034 (manifest file) error when I move them into site-packages? There doesn't seem to be a cmake generated install script, that would presumably take care of the problem. Randolph ___ osg

[osg-users] osgswig: the bigobj problem rears its head again

2008-11-24 Thread Randolph Fritz
>. Reported at <http://code.google.com/p/osgswig/issues/detail?id=13>. Randolph Fritz design machine group architecture department university of washington [EMAIL PROTECTED] ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.ope