4
4
mirror of https://github.com/H-uru/korman.git synced 2025-07-14 02:27:36 -04:00

Implement SoundEmit modifier

This sound emitter modifier is almost as fully functional as PlasmaMAX's various sound emitter components. Additional functionality was added to C korlib so that artists can specify OGG Vorbis sound files. If korlib is not compiled, only WAVE sounds can be utilized in Korman. This fixes some of the more fiddly bugs related to exporting to CWE that were seen in PyPRP.

Sound nodes to be implemented...
This commit is contained in:
2016-05-30 21:07:11 -04:00
parent b29f4ebf75
commit 36f0ac194d
10 changed files with 607 additions and 9 deletions

View File

@ -17,6 +17,8 @@
#ifndef _KORLIB_H
#define _KORLIB_H
#define NOMINMAX
#include <cstdint>
#include <Python.h>