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/auxiliar.h

    r993 r1526  
    2424{ 
    2525        uint32  strip; 
    26         char            nP,nL1,nL2,obligatory; 
     26        char    nP,nL1,nL2,obligatory; 
    2727} LODData; 
    2828#pragma pack() 
     
    3737        float Normal[3]; 
    3838        float TexCoords[2]; 
    39         unsigned int obligatorio; 
     39        unsigned int obligatory; 
    4040        int numMesh; 
    4141        uint32 Next; 
     
    5555        uint32                          vLSNext; 
    5656        uint32                          vLS; 
    57         unsigned int    obligatorio; 
     57        unsigned int    obligatory; 
    5858        float                                   x; 
    5959        char                                    *cambio; 
Note: See TracChangeset for help on using the changeset viewer.