Ignore:
Timestamp:
09/28/06 17:49:37 (18 years ago)
Author:
gumbau
Message:

Updated modules to the new interface and the new simplification algorithm improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoMeshSimpSequence.h

    r1007 r1526  
    2828        \n 
    2929        */ 
     30 
     31        //      Vertex info. 
     32        struct  GeoVertex 
     33        { 
     34                Index   id; 
     35                Index   bonefrom; 
     36                Vector3 position; 
     37                Vector2 texcoord; 
     38                Vector3 normal; 
     39        }; 
    3040 
    3141        class MeshSimplificationSequence: public Serializable 
     
    6070                                //      Indicates the the step is obligatory to execute 
    6171                                //      joined width the following step. 
    62                                 unsigned int obligatorio; 
     72                                unsigned int obligatory; 
    6373                        }; 
     74 
     75                        //      Vertices added in simplification. 
     76                        std::vector<GeoVertex>  mNewVertices; 
    6477 
    6578                        // Name of mesh. 
Note: See TracChangeset for help on using the changeset viewer.