Duinrahaic / dOSC

dOSC is a dynamic OSC app sharing platform with the goal of allowing users to create, run, and distribute apps that can be configured to interact with avatars in VRChat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Block: Utility - Random

Duinrahaic opened this issue · comments

Random node, similar to the parameter driver functionality in the VRC animator.

When a true is received on the block. (Similar to how a switch does it, but no other inputs) it will output a random value once based on the parameters below.

Different variations of the block is needed for Bools/Ints/Float inputs.

  • Bools, one float input for determine the chance of true to false.
  • Ints, two int inputs for determining the range
  • Floats, Above but floats.

Discussion