cloudfx Posted September 8, 2008 Share Posted September 8, 2008 Hi all, I was trying to make a noise which have big scale of noise , and small scale of noise. Let say letter shape "S" is a one iteration of a noise, I would Iike to put little jittering noise in there, too. I used this to make little scale of noise but How do I add big scale of noise in there?? noise($TX, $TY * sin(-129) * 26 , $TZ) * 2 \Thanks, -j Quote Link to comment Share on other sites More sharing options...
anim Posted September 8, 2008 Share Posted September 8, 2008 ...I was trying to make a noise which have big scale of noise , and small scale of noise. ... just add the two noises together noise($TX*0.5,$TY*0.5,$TZ*0.5)*2 + noise($TX*2,$TY*2,$TZ*2)*0.5 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.