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:
authorMatt Ebb <matt@mke3.net>2008-12-05 07:06:41 +0300
committerMatt Ebb <matt@mke3.net>2008-12-05 07:06:41 +0300
commit1b9eabeef6ac895a4818c4ad74c0899226cabc84 (patch)
treeb4a9e3e3fa4faf60b4647272be51d1e6ef3c292c /source/blender/makesdna/DNA_texture_types.h
parentbdf6711b70e1800dbf390c8a9264368c0fe01760 (diff)
* Added other noise basis types to point density turbulence
* Fixed a bug in 'ignoring volumes in AAO'
Diffstat (limited to 'source/blender/makesdna/DNA_texture_types.h')
-rw-r--r--source/blender/makesdna/DNA_texture_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h
index fd497cef178..b4fcb5efe40 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -153,6 +153,8 @@ typedef struct PointDensity {
float noise_size;
short noise_depth;
short noise_influence;
+ short noise_basis;
+ short pdpad3[3];
float noise_fac;
float speed_scale;