orientation

Orientation of the default model specified in x, y, z in degree. In practice +x axis is facing east, +z is facing south and +y is up

fun orientation(value: List<Double>): ModelSource.Builder

Orientation of the model with model name specified in x, y, z in degree. In practice +x axis is facing east, +z is facing south and +y is up

fun orientation(modelName: String, value: List<Double>): ModelSource.Builder