Stargate addon help
electikos opened this issue ยท 3 comments
I am developing a SG journey, create, ad Astra addon and i was wandering where are the stargates models (and if there are compatible withe Blockbenche) ?
Stargate models are hardcoded
what is "hardcode" ?
When something is hardcoded it means it's coded in such a way that makes it impossible to change without changing the code itself.
In this specific instance, the information about the Stargate models are not saved in some model file like .json or .obj. Instead, they are rendered directly, with information straight from code, which you can't change as of now.
Eventually I want to add model file loading for Stargates, so that their models can be changed, but that's fairly low on the priority list as of now, so don't expect it any time soon.