Skip to content

Commit

Permalink
SeNoise: set default YRotate to default XRotate
Browse files Browse the repository at this point in the history
For backward compatibility, because of the fix introduced in:
- #23
- 61e9677
  • Loading branch information
devernay committed Nov 15, 2022
1 parent d97b7bb commit a0fa5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SeExpr/SeNoise.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ enum VoronoiTypeEnum {
#define kParamYRotate "YRotate"
#define kParamYRotateLabel "Y Rotate"
#define kParamYRotateHint "Rotation about the Y axis in the 3D noise space (X,Y,Z). Noise artifacts may appear if it is 0 or a multiple of 90."
#define kParamYRotateDefault 37.
#define kParamYRotateDefault 27.

#define kPageTransform "transformPage"
#define kPageTransformLabel "Transform"
Expand Down

0 comments on commit a0fa5d7

Please sign in to comment.