Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2006, 3:22:23 PM (18 years ago)
Author:
bottac
Message:

bsp_manager now knows the normals of the planes into which an obj collided.

File:
1 edited

Legend:

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

    r7801 r8030  
    2121
    2222
    23 typedef struct
     23 struct plane
    2424{
    2525  float x;     //!< 1st component of the plane's normal
     
    2727  float z;     //!< 3rd component of the plane's normal
    2828  float d;     //!< distance of the plane to the origin
    29 }
    30 plane;
     29};
    3130
    3231typedef struct
     
    193192  int numBrushSides;
    194193  int numLightMaps;
    195 
    196 
     194 
     195  float  scale;
    197196
    198197  BspTreeNode* build_tree_rec( int i );
Note: See TracChangeset for help on using the changeset viewer.