sofbody beziers may work nicer

This commit is contained in:
Jens Ole Wund 2010-06-14 23:56:12 +00:00
parent 8faa11a9e6
commit 148cca898b
2 changed files with 501 additions and 494 deletions

View File

@ -1,6 +1,6 @@
/** /**
* BKE_softbody.h * BKE_softbody.h
* *
* $Id$ * $Id$
* *
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
@ -43,7 +43,7 @@ typedef struct BodyPoint {
int nofsprings; int *springs; int nofsprings; int *springs;
float choke,choke2,frozen; float choke,choke2,frozen;
float colball; float colball;
short flag; short loc_flag; //reserved by locale module specific states
//char octantflag; //char octantflag;
float mass; float mass;
float springweight; float springweight;

File diff suppressed because it is too large Load Diff