Skip to content

Vanda Engine 2.9.4

Compare
Choose a tag to compare
@ehsankamrani ehsankamrani released this 13 Dec 01:22
· 23 commits to master since this release

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

What's new:

  1. Added the following APIs:
  • bool GetPhysicsCollisionFlags(string group1, string group2)
  • double GetPhysicsDefaultDynamicFriction()
  • double GetPhysicsDefaultRestitution()
  • double GetPhysicsDefaultSkinWidth()
  • double GetPhysicsDefaultStaticFriction()
  • double, double, double GetPhysicsGravity()
  • double GetPhysicsGroundHeight()

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)