ela1995 Posted March 31, 2021 Share Posted March 31, 2021 how do I rotate the box in scene random between -45 and 45 degree? I mean it's either -45 or 45, no any random degree in between. certain rotate degree.hip Quote Link to comment Share on other sites More sharing options...
Skybar Posted March 31, 2021 Share Posted March 31, 2021 if(random(@ptnum) > 0.5){ f@randrot = 45; } else{ f@randrot = -45; } Or use Attribute Randomize SOP: 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.