Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2006, 12:54:38 PM (18 years ago)
Author:
bottac
Message:

worked on collision detection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/lib/graphics/importer/bsp_file.h

    r7511 r7563  
    6262leaf;
    6363
    64 typedef struct
     64struct brush
    6565{
    6666  int brushside;        //!< First brushside for brush.
    6767  int n_brushsides;     //!< Number of brushsides for brush.
    6868  int texture;          //!< Texture index.
    69 }
    70 brush;
     69};
    7170
    7271typedef struct
     
    128127}
    129128lightmap;
     129
     130typedef struct
     131{
     132  char name[64];
     133  int flags;
     134  int contents;
     135}
     136BspTexture;
    130137
    131138class BspFile
     
    182189  int numLightMaps;
    183190
     191
     192
    184193  BspTreeNode* build_tree_rec( int i );
    185194  unsigned int loadLightMapToGL(lightmap&);
Note: See TracChangeset for help on using the changeset viewer.