Ignore:
Timestamp:
01/02/09 03:37:07 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/VisibilitySolutionConverter/VisibilitySolutionConverter.h

    r3235 r3238  
    110110        bool ReadDummyTree(FILE *fr); 
    111111 
     112        bool ReadObj(const std::string &filename, 
     113                         VertexArray &vertices, 
     114                                 VertexArray &normals, 
     115                                 std::vector<TexCoord> &texcoords); 
     116         
     117        bool ReadSimpleObj(const std::string &filename, 
     118                               VertexArray &vertices, 
     119                                           VertexArray &normals, 
     120                                           std::vector<TexCoord> &texcoords); 
    112121 
     122        bool ReadBinObj(const std::string &filename, 
     123                    VertexArray &vertices, 
     124                                        float scale); 
     125 
     126        bool ExportBinObj(const std::string &filename, 
     127                      const VertexArray &vertices); 
    113128 
    114129        ////////////////////////////////// 
Note: See TracChangeset for help on using the changeset viewer.