Changeset 2112 for GTP/trunk/Lib/Vis/OnlineCullingCHC/ObjReader/include
- Timestamp:
- 02/12/07 08:33:45 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/ObjReader/include/ObjReader.h
r2111 r2112 6 6 #include <vector> 7 7 #include <Ogre.h> 8 #include "Containers.h" 8 9 /*#include "ObjNode.h" 9 10 #include "ObjMeshData.h" … … 18 19 } 19 20 20 typedef std::vector<GtpVisibilityPreprocessor::Triangle3 *> TriangleContainer;21 //typedef std::vector<GtpVisibilityPreprocessor::Triangle3 *> TriangleContainer; 21 22 22 23 class __declspec(dllexport) ObjReader … … 27 28 28 29 bool LoadFile(const std::string &filename, 29 TriangleContainer &triangles) const;30 GtpVisibilityPreprocessor::ObjectContainer &objects) const; 30 31 31 32 const std::vector<Ogre::Entity *> &GetObjects() const;
Note: See TracChangeset
for help on using the changeset viewer.