Added missing header for new matric reading and writing methods.
This commit is contained in:
parent
f36bc69c58
commit
f790d1ff15
13
src/osgPlugins/osg/Matrix.h
Normal file
13
src/osgPlugins/osg/Matrix.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef DOTOSG_MATRIX
|
||||
#define DOTOSG_MATRIX
|
||||
|
||||
#include <osg/Matrix>
|
||||
|
||||
#include <osgDB/Input>
|
||||
#include <osgDB/Output>
|
||||
|
||||
extern bool readMatrix(osg::Matrix& matrix, osgDB::Input& fr);
|
||||
|
||||
extern bool writeMatrix(const osg::Matrix& matrix, osgDB::Output& fw);
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user