Jeremy Abel
Jeremy Abel
Would be useful I think! (for me at least :P) I can submit a PR if you want.
I'm not sure if this is intentional or not, but from what I've seen so far, only GLTFMesh and GLTFMaterial call the parent class function `GLTF::Object::writeJSON`, which writes the node...
My game module's name is different than the project name, so modifications have to be made to the plugin to support this. Specifically I added a "GameModuleName" property to the...
I was investigating why my cook times were so slow (7 seconds for a HDA that just outputs a cube) and I noticed that a lot of time was being...
This allows you to restrict classes via function parameters: ``` UFUNCTION(BlueprintCallable) void AddQuest(UPARAM(Meta = (ArticyClassRestriction = MyQuestEntity)) FArticyId Quest); ``` This works the same way as the FArticyId details widget....
It would be great to be able to do `teoria.chord( 'Abm7#5', 'P4' );` rather than having to set the voicing separately, after creating the chord. I'll probably get around to...
Enabling threading in any of the examples prevents openFramework's GUI thread from running on Windows 7.