I copied multiple cubes in a point cloud and used a pscale attribute in attrandomize but they aren't getting affected at all. Why is that happening?
Problem with random scale of cubes using attrandomize
1096 2 0- proceduralist
- Member
- 203 posts
- Joined: May 2021
- Offline
- Mohanpugaz
- Member
- 146 posts
- Joined: June 2016
- Offline
Pscale is a float attribute, looks like you are trying to set the scale in multiple axis, so thats why it is not working.
To set scale in multiple axis you will need to set "scale"(vector) attribute instead of "pscale"(float)
Hope that helps.
ps: you can just delete the attributecreate and attributepromote nodes in your scene.
To set scale in multiple axis you will need to set "scale"(vector) attribute instead of "pscale"(float)
Hope that helps.
ps: you can just delete the attributecreate and attributepromote nodes in your scene.
Edited by Mohanpugaz - June 9, 2023 10:40:48
Mohan Pugaz
movfx
https://www.instagram.com/movfx/ [www.instagram.com]
https://www.youtube.com/channel/@_movfx
movfx
https://www.instagram.com/movfx/ [www.instagram.com]
https://www.youtube.com/channel/@_movfx
- proceduralist
- Member
- 203 posts
- Joined: May 2021
- Offline
-
- Quick Links