- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/fbx/WriterNodeVisitor.h
r12544 r13041 209 209 void setControlPointAndNormalsAndUV(const osg::Geode& geo, 210 210 MapIndices& index_vert, 211 bool texcoords, 211 bool texcoords, 212 212 KFbxMesh* fbxMesh); 213 213 … … 229 229 typedef std::stack<osg::ref_ptr<osg::StateSet> > StateSetStack; 230 230 typedef std::map<osg::ref_ptr<const osg::StateSet>, Material, CompareStateSet> MaterialMap; 231 231 232 232 ///We need this for every new Node we create. 233 233 KFbxSdkManager* _pSdkManager;
