You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll suggest to implement the following interpotalor (in fact, nothing has to be interpolated).
Given an area (a square defined by the two vertices of a diagonal, a circle given its center and raidus...), generate random coordinates within the given area.
This could be useful when defining entities based on the count and entity_type fields. In that case, current position interpolators assume all the entities are walking the same path. Nevertheless, by using this new interpolator entities will be walking different (random) paths.
The text was updated successfully, but these errors were encountered:
I'll suggest to implement the following interpotalor (in fact, nothing has to be interpolated).
Given an area (a square defined by the two vertices of a diagonal, a circle given its center and raidus...), generate random coordinates within the given area.
This could be useful when defining entities based on the
count
andentity_type
fields. In that case, current position interpolators assume all the entities are walking the same path. Nevertheless, by using this new interpolator entities will be walking different (random) paths.The text was updated successfully, but these errors were encountered: