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:
authorCampbell Barton <ideasman42@gmail.com>2010-12-04 16:00:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-12-04 16:00:28 +0300
commitfa4bbbb249bf9706e9c71d34748fbde87fa385fb (patch)
tree1cd6f3081bcc95923a9cdae19ba5b03de1181e62 /source/blender/blenkernel/BKE_mball.h
parent4dc59fff2835f509c563684f7d4e116b2dcfd873 (diff)
Maintenance,
- remove some redundant declarations - changed VertexTangent and Path structs to avoid compiler alignment padding.
Diffstat (limited to 'source/blender/blenkernel/BKE_mball.h')
-rw-r--r--source/blender/blenkernel/BKE_mball.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenkernel/BKE_mball.h b/source/blender/blenkernel/BKE_mball.h
index e5b5118deb0..6f36c26dd3f 100644
--- a/source/blender/blenkernel/BKE_mball.h
+++ b/source/blender/blenkernel/BKE_mball.h
@@ -127,12 +127,7 @@ struct pgn_elements {
char *data;
};
-void calc_mballco(struct MetaElem *ml, float *vec);
-float densfunc(struct MetaElem *ball, float x, float y, float z);
octal_node* find_metaball_octal_node(octal_node *node, float x, float y, float z, short depth);
-float metaball(float x, float y, float z);
-void accum_mballfaces(int i1, int i2, int i3, int i4);
-void *new_pgn_element(int size);
void freepolygonize(PROCESS *p);
void docube(CUBE *cube, PROCESS *p, struct MetaBall *mb);