diff options
Diffstat (limited to 'libdimension/dimension/object.h')
-rw-r--r-- | libdimension/dimension/object.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdimension/dimension/object.h b/libdimension/dimension/object.h index c70452d..fd0eba1 100644 --- a/libdimension/dimension/object.h +++ b/libdimension/dimension/object.h @@ -58,6 +58,9 @@ struct dmnsn_object { /* Transformation matrix */ dmnsn_matrix trans; + /* Bounding box */ + dmnsn_vector min, max; + /* Callback functions */ dmnsn_object_intersection_fn *intersection_fn; dmnsn_object_inside_fn *inside_fn; |