Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Ole Wund <bjornmose@gmx.net>2005-08-20 02:55:05 +0400
committerJens Ole Wund <bjornmose@gmx.net>2005-08-20 02:55:05 +0400
commitd81a5abf3252aff1f09c40bd5046700ddfe6676e (patch)
tree34a0b27dd4b275870954d346ccd2ae4a67282883 /source/blender/blenkernel/BKE_effect.h
parent6d60b0acfe9dd30239cb3223bec525d456efb3b2 (diff)
Moving functions and calls to have a cleaner situation for futre work (implicit solver .. n stuff)
Diffstat (limited to 'source/blender/blenkernel/BKE_effect.h')
-rw-r--r--source/blender/blenkernel/BKE_effect.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_effect.h b/source/blender/blenkernel/BKE_effect.h
index f371220bab5..cb58496465f 100644
--- a/source/blender/blenkernel/BKE_effect.h
+++ b/source/blender/blenkernel/BKE_effect.h
@@ -59,9 +59,6 @@ void build_particle_system(struct Object *ob);
void pdDoEffector(float *opco, float *force, float *speed, float cur_time, unsigned int par_layer,unsigned int flags);
-int SoftBodyDetectCollision(float opco[3], float npco[3], float colco[3],
- float facenormal[3], float *damp, float force[3], int mode,
- float cur_time, unsigned int par_layer,struct Object *vertexowner);
#endif