Hey friends,
In the code below, the position has an upper and lower boundary. Suppose I have 2 boundaries for each coordinate for example X from -2 to 8 and 14 to 18 how can I implement that? Please help if you have any idea
with rep.trigger.on_frame(num_frames=100]):
Modify the pose of all the distractors in the scene
with rep_distractor_group:
rep.modify.pose(position=rep.distribution.uniform((-6, -6, 0), (6, 12, 0)),
rotation=rep.distribution.uniform((0, 0, 0), (0, 0, 360)),
scale=rep.distribution.uniform(1, 1.5))
Thanks in advance