Skip to content

Vanda Engine 2.9.6

Compare
Choose a tag to compare
@ehsankamrani ehsankamrani released this 21 Dec 04:08
· 16 commits to master since this release

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

What's new:

  1. Added the following APIs:
  • string GetDirectionalShadowAlgorithm()
  • double GetDirectionalShadowFarClipPlane()
  • double GetDirectionalShadowIntensity()
  • string GetDirectionalShadowLight()
  • double GetDirectionalShadowNearClipPlane()
  • int GetDirectionalShadowNumberOfSplits()
  • int GetDirectionalShadowResolution()
  • double GetDirectionalShadowWeightOfSplits()

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)