Comments!!1

This commit is contained in:
Martin Poirier 2008-05-22 14:12:09 +00:00
parent abb247ac35
commit 99a2e7e92e

@ -59,6 +59,27 @@ typedef struct bDeformGroup {
char name[32];
} bDeformGroup;
/**
* The following illustrates the orientation of the
* bounding box in local space
*
*
* Z Y
* | /
* |/
* .-----X
*
*
* 2----------6
* /| /|
* / | / |
* 1----------5 |
* | | | |
* | 3-------|--7
* | / | /
* |/ |/
* 0----------4
*/
typedef struct BoundBox {
float vec[8][3];
int flag, pad;