There are some rendering options (for example, Lighting) which are associated with the Graphics3D objects. I cannot apply these options for an Image3D object (for example, ExampleData[{"TestImage3D", "MRknee"}]).
Is there any way to convert an Image3D object into Graphics3D object, apply some lighting options and convert back to Image3D object?
Graphicsis vector graphics containing geometric primitives.Imageis simply a raster--a grid of pixels. You cannot, in general, recover geometric figures merely from their representation on a grid. – Oleksandr R. Apr 28 '16 at 15:58