summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/dimension')
-rw-r--r--libdimension/dimension/object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdimension/dimension/object.h b/libdimension/dimension/object.h
index bd660a0..589ac29 100644
--- a/libdimension/dimension/object.h
+++ b/libdimension/dimension/object.h
@@ -38,6 +38,9 @@ struct dmnsn_object {
/* Generic pointer for object info */
void *ptr;
+ /* Transformation matrix */
+ dmnsn_matrix trans;
+
/* Callback functions */
dmnsn_object_intersections_fn *intersections_fn;
dmnsn_object_inside_fn *inside_fn;