[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14927] trunk/blender/source/blender/ makesdna/DNA_object_types.h: Comments!!1

Martin Poirier theeth at yahoo.com
Thu May 22 16:12:09 CEST 2008


Revision: 14927
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14927
Author:   theeth
Date:     2008-05-22 16:12:09 +0200 (Thu, 22 May 2008)

Log Message:
-----------
Comments!!1

Modified Paths:
--------------
    trunk/blender/source/blender/makesdna/DNA_object_types.h

Modified: trunk/blender/source/blender/makesdna/DNA_object_types.h
===================================================================
--- trunk/blender/source/blender/makesdna/DNA_object_types.h	2008-05-22 14:08:13 UTC (rev 14926)
+++ trunk/blender/source/blender/makesdna/DNA_object_types.h	2008-05-22 14:12:09 UTC (rev 14927)
@@ -59,6 +59,27 @@
 	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;





More information about the Bf-blender-cvs mailing list