MengeCrowdSim / MengeCS

C-Sharp bindings for Menge
5 stars 10 forks source link

Agent velocity not reported correctly #3

Closed curds01 closed 7 years ago

curds01 commented 7 years ago

The Simulator wasn't setting agent velocity upon time advancement. It now does so.

Ancillary to this: 1) Added print out of speed in the example executable. 2) Added Vector3.Length(). 3) Corrected a project configuration to support 64-bit MengeCore.dll.

MengeCrowdSim commented 7 years ago

This resolves #2.