Skip to content

Vanda Engine 2.9.7

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

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

What's new:

  1. Added the following APIs:
  • double, double, double GetPrefabInstanceAmbient(string prefabInstanceName)
  • double, double, double GetPrefabInstanceDiffuse(string prefabInstanceName)
  • double, double, double GetPrefabInstanceEmission(string prefabInstanceName)
  • double GetPrefabInstanceShininess(string prefabInstanceName)
  • double, double, double GetPrefabInstanceSpecular(string prefabInstanceName)
  • double GetPrefabInstanceTransparency(string prefabInstanceName)

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)