create Animatable Model
fun LocationComponentPlugin.createAnimatableModel(modelUri: String, modelParts: List<ModelPart>): AnimatableModel
Create a AnimatableModel with the model uri and ModelPart that can be used with the location component.
The ModelPart can be used separately to style the AnimatableModel.
Return
the AnimatableModel that can be used to setup the LocationPuck3D.
Parameters
model Uri
the model uri
model Parts
a list of ModelPart that provides node or material override to the model, which can be styled separately.