From Ruben Lopez, updates to VRML/IV loader.

From Ben Discoe, corrections to comments in osg::Transform

From Alberto Barbati, Lazy evaluation of inverse matrix in osg::MatrixTransfrom
This commit is contained in:
Robert Osfield
2002-08-04 20:34:48 +00:00
parent fb0d87b29c
commit cab49a9307
8 changed files with 101 additions and 68 deletions

View File

@@ -2116,3 +2116,8 @@ int yywrap(void)
{
return (1);
}
void flush_scanner(void) {
yy_flush_buffer(YY_CURRENT_BUFFER);
}