Ignore:
Timestamp:
11/11/08 19:14:04 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3107 r3119  
    66#include <vector> 
    77 
    8 /*struct SimpleVec 
    9 { 
    10         SimpleVec() {} 
    11         SimpleVec(float _x, float _y, float _z): x(_x), y(_y), z(_z) {} 
    12  
    13         float x, y, z; 
    14 };*/ 
    158 
    169typedef std::vector<SimpleVec> VertexArray; 
     
    2922        bool Convert(const std::string &inputFilename,  
    3023                         const std::string &outputFilename); 
    31         // const std::string textureFilename) const; 
     24                                 //const std::string textureFilename) const; 
    3225 
    3326        ~VboFormatConverter(); 
     
    4538        }; 
    4639 
    47         void LoadShape(const VertexArray &faceVertices, 
    48                            const VertexArray &faceNormals, 
    49                                    const std::vector<Texcoord> &faceTexcoords); 
    50  
    5140        void WriteGeometry(ogzstream &str, Geometry *geom); 
    5241 
Note: See TracChangeset for help on using the changeset viewer.