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:
@@ -2116,3 +2116,8 @@ int yywrap(void)
|
||||
{
|
||||
return (1);
|
||||
}
|
||||
|
||||
void flush_scanner(void) {
|
||||
yy_flush_buffer(YY_CURRENT_BUFFER);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user