common • net.kernelpanicsoft.archie.data.client.model • AModelBuilder • PlatformItemTransform
PlatformItemTransform
class PlatformItemTransform(rotation: Vector3f, translation: Vector3f, scale: Vector3f, rightRotation: Vector3f)Constructors
PlatformItemTransform
constructor(rotation: Vector3f, translation: Vector3f, scale: Vector3f)constructor(rotation: Vector3f, translation: Vector3f, scale: Vector3f, rightRotation: Vector3f)Types
Companion
object CompanionDeserializer
class Deserializer : JsonDeserializer<AModelBuilder.PlatformItemTransform> Properties
rightRotation
val rightRotation: Vector3frotation
val rotation: Vector3fscale
val scale: Vector3ftranslation
val translation: Vector3f