Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2006, 11:34:52 PM (18 years ago)
Author:
patrick
Message:

bsp: added a new aabb (axis aligned bounding box) for each model to measure the model size in each direction and its center

Location:
branches/bsp_model/src/lib/collision_detection
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/lib/collision_detection/Makefile.am

    r8190 r8507  
    1111                     bv_tree_node.cc \
    1212                     bounding_volume.cc \
    13                      bounding_sphere.cc
     13                     bounding_sphere.cc \
     14                     aabb_tree_node.cc
    1415
    1516
     
    2223                     bv_tree_node.h \
    2324                     bounding_volume.h \
    24                      bounding_sphere.h
     25                     bounding_sphere.h \
     26                     aabb_tree_node.h
    2527
Note: See TracChangeset for help on using the changeset viewer.