FernTheDev

Results 31 issues of FernTheDev

So I believe this PR fixes the issues related to building with Android NDK. NDK Version: `23.1.7779620` CMake version: `3.22.1` Build command: ``` BUILD_DIR=${BUILD_DIR:-.build} ANDROID_NDK_CMAKE="-DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_NAME=Android -DCMAKE_ANDROID_API=24 -DANDROID_PLATFORM=24 -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a -DCMAKE_ANDROID_NDK=$ANDROID_NDK_ROOT...

I am running the latest version of AlexaPi (fresh Raspbian installation aswell) and was wondering how to setup music like Spotify. Whenever I ask Alexa to play music from Spotify,...

Adds the ability to use materials loaded in the scene Example usage: ```jsonc "_material": { "_shader": "BTSPillar" // takes precedences over "_shader" } ``` Possible options as of writing this...

Adds custom mesh for geometry ```jsonc "_geometry": { "_type": "CUSTOM", "_mesh": { "_vertices": [[0,0,0], [1,1,1], [0, 1, 1], [1,0,1], [1,1,0], [1,0,0], [0,1,0], [0,0,1]] // idk what this shape is. required...

May rename fields to something more appropriate Not fully tested Adds a new field to `AssignPlayerToTrack` ```jsonc "_data": { "_track": "MyTrack", "_playerTrackObject": "ENTIRE_PLAYER/HMD/LEFT_HAND/RIGHT_HAND" // When omitted, defaults to the old...

Dumps information of the environment at `Beat Saber\UserData\Chroma` Code is ugly, yell at me to clean up if you want.