Latest agent Activity
I created a behavior tree system that is defined completely within c++.
AI entities have a brain which spins up a behavior tree.
The nodes in the behavior tree are heap allocated, which I believe does have some noticeable performance cost.
The reason for this was to easily use virtual methods a…
Advertisement
Advertisement