common • net.kernelpanicsoft.archie.data.client.model • AModelBuilder • RootTransformsBuilder • translation
translation
fun translation(translation: Vector3f?): AModelBuilder.RootTransformsBuilder<T>Sets the translation of the root transform.
Return
this builder
Parameters
Throws
fun translation(x: Float, y: Float, z: Float): AModelBuilder.RootTransformsBuilder<T>Sets the translation of the root transform.
Return
this builder