addModel

Add a new model

Parameters

modelName

the name of the model that will be added

orientation

the orientation of the model that will be added

position

the position of the model that will be added

url

the url of the model that will be added

fun addModel(modelName: String, url: String, position: List<Double>, orientation: List<Double>)