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:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-04-09 20:38:26 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-04-09 20:38:26 +0400
commit906666a4d87b7812e0945acb5803be3ca43fcdbb (patch)
tree706cbe78eebbb004990ea6f32956de55bf608794 /source/blender/makesdna/DNA_cloth_types.h
parent235f793f28bebf1fdfbc94bf8fc2f0c3ac727c49 (diff)
Cloth enhancement for upcomming cache changes: support different speed using clmd->sim_parms->timescale
Diffstat (limited to 'source/blender/makesdna/DNA_cloth_types.h')
-rw-r--r--source/blender/makesdna/DNA_cloth_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_cloth_types.h b/source/blender/makesdna/DNA_cloth_types.h
index 53fbd1ff72c..b8a6ddddfa7 100644
--- a/source/blender/makesdna/DNA_cloth_types.h
+++ b/source/blender/makesdna/DNA_cloth_types.h
@@ -85,8 +85,8 @@ typedef struct ClothSimSettings
int firstcachedframe;
float avg_spring_len; /* used for normalized springs */
short presets; /* used for presets on GUI */
- short pad;
- int pad2;
+ short pad;
+ float timescale; /* parameter how fast cloth runs */
}
ClothSimSettings;