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:
authorJacques Lucke <mail@jlucke.com>2019-06-17 12:19:26 +0300
committerJacques Lucke <mail@jlucke.com>2019-06-17 12:19:26 +0300
commite8ecbf3a4230138d2ea02f2a6a060219ea59815e (patch)
tree2f78f5f4aed9b34e1696aeb6f4af4886f4c5b642 /source/blender/simulations/BParticles.h
parentb01046415103b2d8195607ddda8fd6e77d09bacf (diff)
Emit from other objects origin
Diffstat (limited to 'source/blender/simulations/BParticles.h')
-rw-r--r--source/blender/simulations/BParticles.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/simulations/BParticles.h b/source/blender/simulations/BParticles.h
index 3acf8d8be8d..2a76f770bbb 100644
--- a/source/blender/simulations/BParticles.h
+++ b/source/blender/simulations/BParticles.h
@@ -12,7 +12,9 @@ typedef struct OpaqueBParticlesDescription *BParticlesDescription;
typedef struct OpaqueBParticlesSolver *BParticlesSolver;
typedef struct OpaqueBParticlesState *BParticlesState;
-BParticlesDescription BParticles_playground_description(float control1, float control2);
+BParticlesDescription BParticles_playground_description(float control1,
+ float control2,
+ float *emitter_position);
void BParticles_description_free(BParticlesDescription description);
BParticlesSolver BParticles_solver_build(BParticlesDescription description);