Here is the solution:
case let .success(model):
model
.resizable()
.scaledToFit()
.offset(x: -100, y: 0)
.rotation3DEffect(
Rotation3D(angle: Angle2D(degrees: 1 * context.date.timeIntervalSinceReferenceDate),
axis: .y
)
)