From: Braden M. <br...@en...> - 2006-11-17 00:01:47
|
On Wed, 2006-11-15 at 23:41 -0500, Braden McDaniel wrote: > On Thu, 2006-11-16 at 16:46 +1300, Philip Lamb wrote: [snip] > > It would also be good to have a means (at runtime) to suppress the > > warning: > > warning: axis component of a rotation must be a normalized vector > > > > since loading any VRML exported from Maya or 3DS Max generates > > zillions of these. > > Such files are not conforming. I am unlikely to add a mechanism to > OpenVRML to suppress them. However, openvrml::browser uses a > user-suppled std::ostream for its console output. You could supply an > ostream that filters these out. Bah. Except right now, I'm using libantlr's default reporting mechanism that goes to std::cerr rather than the std::ostream passed to browser. That will be fixed: bug 1598088. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |