Skip to content

Vanda Engine 2.9.8

Compare
Choose a tag to compare
@ehsankamrani ehsankamrani released this 26 Dec 21:36
· 8 commits to master since this release

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

What's new:

  1. You can now change the near clip plane and far clip plane values of the physics camera attached to the main character through the Main Character Properties dialog ( Insert > Main Character > Properties button). Alternatively, you can use Camera Editor dialog (Modify > Camera) to edit these properties.

  2. Added the following APIs:

  • bool IsPrefabInstanceMaterialEnabled(string prefabInstanceName)
  • SetPhysicsCameraNearClipPlane(float ncp)
  • SetPhysicsCameraFarClipPlane(float fcp)
  • double GetPhysicsCameraNearClipPlane()
  • double GetPhysicsCameraFarClipPlane()

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)