using FileIO using AbstractPlotting moon = load(MakieGallery.assetpath("moon.png")) scene = mesh(Sphere(Point3f0(0), 1f0), color = moon, shading = false, show_axis = false, center = false) update_cam!(scene, Vec3f0(-2, 2, 2), Vec3f0(0)) scene.center = false # prevent to recenter on display scene