TreeMeen Posted July 8, 2022 Share Posted July 8, 2022 (edited) Hello everyone) I try to make cliffs from yotube tutorial, but cant find how can i change noise scale along one axis in houdini 19. In previus versions whas option inside mountain node called scale. Where it is now?) I know what i can use attribute wrangle for some thing like this --------- float val = noise(@P * set(ch("scale"), 1, 1)); @P.y = val; --------- But i whant to use noise attribute noise or mountain and just scale it by vertical axis, for examle. ow can i do it?) I don't wanna use wrangler because i don't know how to control noise same simple as it can be done in attribute noise I try to find answer in google about 2 hours what i do wrong?)) Edited July 8, 2022 by TreeMeen Quote Link to comment Share on other sites More sharing options...
mestela Posted July 10, 2022 Share Posted July 10, 2022 Click the little XYZ button at the end of the 'element size' parameter, it splits the single scale control into 3. 1 Quote Link to comment Share on other sites More sharing options...
TreeMeen Posted July 11, 2022 Author Share Posted July 11, 2022 10 hours ago, mestela said: Нажмите маленькую кнопку XYZ в конце параметра «размер элемента», он разделит один элемент управления масштабом на 3. Thanks, it worked)) 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.