aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index a759cd4..f601d95 100644
--- a/src/types.h
+++ b/src/types.h
@@ -84,6 +84,9 @@ typedef struct {
int num_primitives;
Primitive **primitives; /* Geometry */
+ int num_coll_primitives;
+ Primitive **coll_primitives;
+
PrimitiveAttrib attrib_total;
} Model;