Message 1 of 4
nParticle Randomize Initial Rotation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have instanced nParticle geometry that I want to give an initial rotation to. I do not want to rotate the instanced geometry each frame, but rather just on the initial frame.
I have tried many different solutions already online, but none of worked so far. Is there a way to use rotatePP to rotate the particles on just the initial frame.
At the moment I have been using this code:
"sampleShape.myRotation = <<rand(0,360),rand(0,360),rand(0,360)>>;"
but it changes the rotation each frame, rather than just on the initial frame.