比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

In Atoms, agents are simulated using the concept of gravity that direve the agent up vector. Thanks to this idea you can also simulate your agents walking on 3D meshes and not just on 2D planes. 

...

Gravity fields are actually height fields (you create them with the Height Field Manager). If . During the simulation Atoms uses the normal of the gravity field to change the gravity metadata of the agent and rotate his up vector.

For example, if you have a very an uneven height field (like in the picture), you will need can create a smoother mesh as your gravity field.

 


The gravity field is not the only way to drive the agent up vector. Any custom behaviour module can change the gravity metadata of the agent to achieve the same effects.