Compare commits

...

2 Commits

2 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ cd workdir
curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-macos.zip
unzip bella_engine_sdk-25.3.0-macos.zip
git clone https://git.indoodle.com/oomer/oom.git
git clone https://git.indoodle.com/jason/poomer-bella-sine.git
git clone https://git.indoodle.com/oomer/poomer-bella-sine.git
cd poomer-bella-sine
make all -j4
bin/Darwin/release/poomer-bella-sine -r
@ -63,7 +63,7 @@ cd workdir
curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-linux.tar.gz
tar -xvf bella_engine_sdk-25.3.0.tar.gz
git clone https://git.indoodle.com/oomer/oom.git
git clone https://git.indoodle.com/jason/poomer-bella-sine.git
git clone https://git.indoodle.com/oomer/poomer-bella-sine.git
cd poomer-bella-sine
make all -j4
bin/Linux/release/poomer-bella-sine -r
@ -86,7 +86,7 @@ cd workdir
curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-win32.zip
tar -xf bella_engine_sdk-25.3.0-win32.zip
git clone https://git.indoodle.com/oomer/oom.git
git clone https://git.indoodle.com/jason/poomer-bella-sine.git
git clone https://git.indoodle.com/oomer/poomer-bella-sine.git
cd poomer-bella-sine
msbuild poomer-bella-sine.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
x64\release\poomer-bella-sine.exe -r

View File

@ -12,7 +12,7 @@
#include "../oom/oom_license.h" // oomer's helper code for licenses
#include "../oom/oom_bella_long.h" // more oomer's helper code for bella, but has long data
#include "../oom/oom_bella_engine.h" // oomer's helper code for bella rendering
#include "../oom/oom_bella_premade.h" // oomer's helper code for bella scenes
#include "../oom/oom_bella_premade.h" // oomer's helper code with premade bella scenes
#include "../oom/oom_bella_misc.h" // oomer's hlper code for bella misc code
//==============================================================================