Fixed compilation error in src/osgDB/FileUtils.cpp.
Added support for nested NodeCallbacks, allowing them to be chained together so that multiple operations can be applied.
This commit is contained in:
@@ -99,9 +99,6 @@ void Matrix::set( float a00, float a01, float a02, float a03,
|
||||
|
||||
void Matrix::setTrans( float tx, float ty, float tz )
|
||||
{
|
||||
#ifdef WARN_DEPRECATED
|
||||
notify(NOTICE) << "Matrix::setTrans is deprecated."<<endl;
|
||||
#endif
|
||||
ensureRealized();
|
||||
|
||||
_mat[3][0] = tx;
|
||||
|
||||
Reference in New Issue
Block a user