Skip to content

Vanda Engine 2.9.3

Compare
Choose a tag to compare
@ehsankamrani ehsankamrani released this 09 Dec 02:17
· 28 commits to master since this release

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

What's new:

  1. Added the following APIs:
  • double, double, double GetBloomColor()
  • double GetBloomIntensity()
  • double GetDepthOfFieldFocalDistance()
  • double GetDepthOfFieldFocalRange()
  • double GetDistanceBetweenPhysicsCameraAndCharacterController()
  • double, double, double GetFogColor()
  • double GetFogDensity()
  • PlayResourceSound(string resourceDirectoryName_resourceFileName.ogg)

You can find the specification of these functions and their examples in the Scripting Reference Manual.

  1. 9 new sample scripts for the above APIs were uploaded to Sourceforge and GitHub:
    Github: https://github.com/ehsankamrani/vandaengine/tree/master/Sample%20Scripts
    Sourceforge: https://sourceforge.net/projects/vandaengine/files/Vanda%20Engine%202/2.9.3/Doc/

  2. You can now also access the Scripting Reference Manual PDF file via Help > Reference Manual > Scripting (PDF) or the Help > Scripting Reference Manual (PDF) menu in the script editor (Tools > Script Editor).

  3. Bug fixes and other minor enhancements