Hi guys
I cannot figure out how to configure the random seed parameter.
So I have been learning houdini for a while now and, i have been working on procedural models. I am able to create a parameter collection by using a null and the adding parameters there for the whole node system, but i cannot figure out how to add the seed parameter.
If anyone can point me towards a resource or a youtube video that would be great because I havent been able to find one.
Thanks
Random Seed Parameter
1138 1 0-
- mansoorak.1010
- Member
- 1 posts
- Joined: Oct. 2023
- Offline
-
- BabaJ
- Member
- 2164 posts
- Joined: Sept. 2015
- Offline
You could use the rand() function as an expression in the parameter you've created.
It could be driven by changing frames withor just set it manually with a constant value, or even with another parameter reference, i.e. There's more options too...just depends what you want.
It could be driven by changing frames with
rand($F)
rand(4.34)
rand(ch('another_parm'))
Edited by BabaJ - Aug. 16, 2024 09:59:00
-
- Quick Links

