cloth

diff src/simworld.h @ 2:2eac424f58b2

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 12 Feb 2013 00:23:40 +0200
parents 76d4b3e8e941
children 28a31079dcdf
line diff
     1.1 --- a/src/simworld.h	Mon Feb 11 19:48:47 2013 +0200
     1.2 +++ b/src/simworld.h	Tue Feb 12 00:23:40 2013 +0200
     1.3 @@ -4,8 +4,10 @@
     1.4  #include <vector>
     1.5  #include "particle.h"
     1.6  #include "vmath/vmath.h"
     1.7 +#include "object.h"
     1.8  
     1.9  struct Collision {
    1.10 +	float dist;
    1.11  	Vector3 pos;
    1.12  	Vector3 normal;
    1.13  	float elast;