Get geometry projection/slice/MRT to plane

I’m trying to create MRT for random BufferGeometry object. All the 2D slices/projections of the object.
For SphereBufferGeometry it would be something like this:


I have an obvious idea so far: use orthographic camera and render scene with different far/near parameters. But is there any nicer way of doing this by any chance?