Mr Mobius Posted March 6, 2003 Share Posted March 6, 2003 Im totally lost here, Im trying to instance 5 different objects on 5 particles. Im trying to match the shape id(if there is one) to the particle id. Ive been looking at the copy sop and stamping and also the Instance Pop, But I cant figure out where you would enter an expresion to cycle though the id's. Please help me, Cheers, Ive looked at the zombie crowd sim that comes on the aprentice CD, But this seem to do more with morphing. Quote Link to comment Share on other sites More sharing options...
AndrewVK Posted March 6, 2003 Share Posted March 6, 2003 Point SOP -> Particle tab -> Add instance ??? expression: MyObject`$PT%6` for objects: MyObject0, MyObject1......MyObject5. Quote Link to comment Share on other sites More sharing options...
thekenny Posted March 6, 2003 Share Posted March 6, 2003 Use a SwitchSOP, and input the different things into that sop. Use an expression in the input channel : param(foo,0) In your copySOP input the SwitchSop as your source, the particles as your template. Make sure you click off transform Cumulativem, and go to the Stamping page. Toggle on the Stamp inputs button. in the first Var1 enter: foo in the Param 1 channel enter: $ID%5 This will give you what you want. You have 5 things to cycle through in the stamp, that's what the %5 will do (it's a modulus thing) -k Quote Link to comment Share on other sites More sharing options...
Mr Mobius Posted March 6, 2003 Author Share Posted March 6, 2003 Thanks guys thats opened alot of doors, 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.