Develop and Publish 3D
Games for FREE
Vanda Engine 1.9.9 for Windows XP and higher
- Please locate the installer and double click to open.
- Authorize the installer.
- Read the instructions to setup Vanda Engine.
- Enjoy!
- To access the source code, please visit GitHub or Sourceforge
- Start reading step by step tutorials
- Please report the bugs to opentechno@hotmail.com
1. You can attach script to 3D Sound object using 3D Sound Properties dialog ( Insert > 3D Sound)
2. Support for Init() and Update() events for script of 3D sound object
3. Added the following scripting APIs to get/set the variables of 3D sound script:
– Get3DSoundScriptStringVariable(string 3DSoundName, string variable)
– Get3DSoundScriptBoolVariable(string 3DSoundName, string variable)
– Get3DSoundScriptIntVariable(string 3DSoundName, string variable)
– Get3DSoundScriptDoubleVariable(string 3DSoundName, string variable)
– Set3DSoundScriptStringVariable(string 3DSoundName, string variable, string value)
– Set3DSoundScriptBoolVariable(string 3DSoundName, string variable, bool value)
– Set3DSoundScriptIntVariable(string 3DSoundName, string variable, int value)
– Set3DSoundScriptDoubleVariable(string 3DSoundName, string variable, double value)
4. Bug fixes and other enhancements
How to compile the source code: