From f4e258a9d70ea1355e3e4bcce676e35c511ff3f3 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Mon, 8 Apr 2013 20:42:34 +0000 Subject: add a "overdamp factor" svn path=/trunk/externals/pmpd/; revision=17070 --- pmpd3d.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pmpd3d.h') diff --git a/pmpd3d.h b/pmpd3d.h index 88d21ab..4101f54 100644 --- a/pmpd3d.h +++ b/pmpd3d.h @@ -26,6 +26,7 @@ typedef struct _mass { t_float forceZ; t_float D2; t_float D2offset; + t_float overdamp; int num; } foo; @@ -65,4 +66,4 @@ typedef struct _pmpd3d { t_float minX, maxX, minY, maxY, minZ, maxZ; t_int grab; // si on grab une mass ou pas t_int grab_nb; // la masse grabé -} t_pmpd3d; \ No newline at end of file +} t_pmpd3d; -- cgit v1.2.1