From: Philip L. <ph...@ed...> - 2007-01-15 21:34:45
|
Solved it.. the insert_background method was being subclassed in the old code, but as the prototype for insert_background has changed between OpenVRML 0.14.3 and now, the subclassed method was not being called. Changed the prototype and now it works again. Thanks. Phil. > I'd imagine the simplest way to do this is to inherit > openvrml::gl::viewer and override insert_background with an > implementation that does nothing. > |