ModelBuilder
Builds a model by applying transformations such as rotations, translations, scaling and combinations to a base model.
Functions
Link copied to clipboard
Link copied to clipboard
Builds the model according to the configured actions.
Link copied to clipboard
Flattens the model by merging it with all parents.
Link copied to clipboard
fun rotate(axis: Model.Axis, angle: Double, uvLock: Boolean = false, rescale: Boolean = false): ModelBuilder
Rotates the model by the given euler angle in degrees angle around the given axis through the pivot point (8, 8, 8).
fun rotate(pivot: Vector3dc, axis: Model.Axis, angle: Double, uvLock: Boolean = false, rescale: Boolean = false): ModelBuilder
Link copied to clipboard
Translates the model by the given offset vector.