From baa1001b47c2c6ddcd87dd69af752259f33e431f Mon Sep 17 00:00:00 2001 From: Daniel Genrich Date: Fri, 4 Jul 2008 15:23:21 +0000 Subject: Initial GUI implementation, yet not functional --- source/blender/makesdna/DNA_object_fluidsim.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/blender/makesdna/DNA_object_fluidsim.h') diff --git a/source/blender/makesdna/DNA_object_fluidsim.h b/source/blender/makesdna/DNA_object_fluidsim.h index 9b1e4fb56cb..51592d76ec4 100644 --- a/source/blender/makesdna/DNA_object_fluidsim.h +++ b/source/blender/makesdna/DNA_object_fluidsim.h @@ -117,6 +117,12 @@ typedef struct FluidsimSettings { /* save fluidsurface normals in mvert.no, and surface vertex velocities (if available) in mvert.co */ struct MVert *meshSurfNormals; + + /* Fluid control settings */ + float attractforceStrength; + float attractforceRadius; + float velocityforceStrength; + float velocityforceRadius; } FluidsimSettings; @@ -128,6 +134,7 @@ typedef struct FluidsimSettings { #define OB_FLUIDSIM_INFLOW 16 #define OB_FLUIDSIM_OUTFLOW 32 #define OB_FLUIDSIM_PARTICLE 64 +#define OB_FLUIDSIM_CONTROL 128 #define OB_TYPEFLAG_START 0 #define OB_FSGEO_THIN (1<<(OB_TYPEFLAG_START+1)) -- cgit v1.2.3