Jump to content

Release Notes


Josh
 Share

Recommended Posts

0.9.9

Some navmesh behavior is improved. NavAgent::Navigate and NavMesh::PlotPath now both take two additional arguments:

Navigate(const Vec3& point, const int maxsteps, const float maxdistance)

Also added Hmd::SetScale(), which accepts a single float value that will scale the VR player.

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

0.9.9

  • Editor now recognizes .ogg and .mp3 in open/save dialogs that use sound files.
  • If zero is sent to NavAgent::Navigate() for the maxdistance parameter, the agent will navigate to the closest point (the old behavior).
  • Some minor bug fixes.

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...