Skip to content

Vanda Engine 2.9.5

Compare
Choose a tag to compare
@ehsankamrani ehsankamrani released this 17 Dec 23:25
· 20 commits to master since this release

Vanda Engine 2.9.5 is available for download:
Official website: https://vanda3d.org/download-vanda-engine/
Github: https://github.com/ehsankamrani/vandaengine/releases/tag/v2.9.5
Sourceforge: https://sourceforge.net/projects/vandaengine/files/Vanda%20Engine%202/2.9.5/

What's new:

  1. Added the following APIs:
  • double GetCharacterControllerCapsuleHeight()
  • double GetCharacterControllerCapsuleRadius()
  • double GetCharacterControllerForcePower()
  • double GetCharacterControllerJumpPower()
  • double GetCharacterControllerRunSpeed()
  • double GetCharacterControllerStepOffset()
  • double GetCharacterControllerWalkSpeed()

You can find the specification of these functions as well as their examples in the Scripting Reference Manual (please open Vanda Engine editor and go to Help > Scripting Reference Manual menu)