Ignore:
Timestamp:
02/12/07 08:33:45 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/ObjReader/include/ObjReader.h

    r2111 r2112  
    66#include <vector> 
    77#include <Ogre.h> 
     8#include "Containers.h" 
    89/*#include "ObjNode.h" 
    910#include "ObjMeshData.h" 
     
    1819} 
    1920 
    20 typedef std::vector<GtpVisibilityPreprocessor::Triangle3 *> TriangleContainer; 
     21//typedef std::vector<GtpVisibilityPreprocessor::Triangle3 *> TriangleContainer; 
    2122 
    2223class __declspec(dllexport) ObjReader 
     
    2728 
    2829        bool LoadFile(const std::string &filename, 
    29                                   TriangleContainer &triangles) const; 
     30                                  GtpVisibilityPreprocessor::ObjectContainer &objects) const; 
    3031         
    3132        const std::vector<Ogre::Entity *> &GetObjects() const; 
Note: See TracChangeset for help on using the changeset viewer.