Miarmy Crowd Simulation Documentation (English)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Bound is a kind of perception contents, which can be cubic and spherical shapes in this version of Miarmy and you can key frame it for triggering some event easily, such as triggering a group of agent start to run. (Bound can be any shapes in next version)
You can create bound in Miarmy > Perception Contents > Create Bound, and each bound has 2 bound related attributes
Bound channels let agents are able to feel bound and test whether in or out side of bound. It's the simplest channel but very useful.



(left) Bound attributes (right) Spherical and cubic bound


The bound.in channel will return 1 when the agent inside of it while 0 when the agent outside of it. Suppose there are 3 bounds in scene and 5 agents located in different places, so the inputs result will be:

  • return 1 for agent A, C, E
  • return 0 for agent B, D

 


Bound channel example

 

 

 

  • No labels