| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Demo | 2023-03-03 | ||
| Source | 2023-03-03 | ||
| Binary | 2023-03-03 | ||
| VandaVideoPlayer.mp4 | 2023-03-03 | 20.9 MB | |
| readme.txt | 2023-03-03 | 1.4 kB | |
| Totals: 5 Items | 20.9 MB | 0 | |
Vanda Engine 2.0.0 is available for download: Official website: https://vanda3d.org/download-vanda-engine/ Github: https://github.com/ehsankamrani/vandaengine/releases/tag/v2.0.0 Sourceforge: https://sourceforge.net/projects/vandaengine/files/Vanda%20Engine%202/2.0.0/ What's new: 1. New video object lets you load and play mp4, mov and avi files using FFmpeg, OpenGL and OpenAL Soft. Simply go to Insert > Video... menu to open the Video Properties dialog and add your video to the VScene. 2. You can attach script to Video object using Video Properties dialog ( Insert > Video) 3. Support for Init() and Update() events for video object script 4. Added the following scripting APIs to get/set the variables of video script: - GetVideoScriptStringVariable(string videoName, string variable) - GetVideoScriptBoolVariable(string videoName, string variable) - GetVideoScriptIntVariable(string videoName, string variable) - GetVideoScriptDoubleVariable(string videoName, string variable) - SetVideoScriptStringVariable(string videoName, string variable, string value) - SetVideoScriptBoolVariable(string videoName, string variable, bool value) - SetVideoScriptIntVariable(string videoName, string variable, int value) - SetVideoScriptDoubleVariable(string videoName, string variable, double value) 5. Bug fixes and other enhancements