跳至主內容

搜尋

Create an emitter with a randomised speed within a certain range

  • Nurbldoff

    The randomizer gadget doesn't really help here, it's purpose is to make a random choice between several inputs, not mainly to produce a random number.

    I'd suggest you use a signal generator gadget instead. It can be configured to produce a pretty random looking signal that should work for you.

  • Supposer

    There are 0 - 1 randomisers created by the community with different levels of precision.

    To map any value range into another value range (eg. 0 - 1 -> 9 - 52), use a signal manipulator in "custom remapper" mode. Here you can set the input min and max, and output min and max.

    Another way of doing this is to have the emitter attached to an object that's moving really fast, so that when it emits something, it's an a pseudo-random position and rotation. So for rotation, create a rotating disc, and stick it on there. For position, use an action recorder to move it around, and increase the playback speed a ton. For both, attach the emitter to the position-ator object to the rotator object--or the other way around.

登入寫評論。