Ignore:
Timestamp:
01/04/09 21:48:45 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3243 r3246  
    120120                                 VertexArray &normals, 
    121121                                 std::vector<TexCoord> &texcoords); 
    122          
    123         bool ReadSimpleObj(const std::string &filename, 
    124                                VertexArray &vertices, 
    125                                            VertexArray &normals, 
    126                                            std::vector<TexCoord> &texcoords); 
    127122 
    128123        bool ReadBinObj(const std::string &filename, 
    129                     VertexArray &vertices, 
    130                                         float scale); 
     124                    VertexArray &vertices); 
    131125 
    132126        bool WriteBinObj(const std::string &filename, 
Note: See TracChangeset for help on using the changeset viewer.