Jump to content

how to randomize point rotations "VOP SOP"


Recommended Posts

Hi!

 

i´m trying to rotate each points randomically without stamping.

 

does exist a node to do this? anyway i wish to do it in VOP SOP too, to be more customizable...

 

i´m thinking "ICE WAY":

 

get points orientation -- >  add random rotation  -->   set point orientation

 

 

but even cant see "rotation" or orientation on GLOBALS! 

 

its crazy.. can anyone help me?

 

just for curiosity, but how to do the same in point_wrangle?

 

thanks!

Edited by Malcolm Zaloon
Link to comment
Share on other sites

http://forums.odforce.net/topic/12442-instance-orientation/?p=78447

 

and in wrangle it would be for example:

create spare parameter called anglevar, then

float anglevar = ch("anglevar");
vector angleranges = anglevar*fit(random(@ptnum), {0,0,0}, {1,1,1}, {-.5,-.5,-.5}, {.5,.5,.5});
@orient = quaternion(angleranges, 0);
Edited by anim
  • Like 2
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...