Makie limits in a 3D scene

Thanks,
first question. Yes that it is what I was looking for.
Second, nope. None of the above worked. Although, I found that the limits live in the old axis

axis = ax.scene[OldAxis]
axis[:data_limits] = FRect((-2,-2,-2), (4,4,4))

but, it is not working, no error. The limits are not being updated.