List: discuss@lists.openscad.org
From: nop head
Re: [OpenSCAD] View All bug
Thu, Aug 23, 2018 10:20 AM
Camera::center is initialised to [0,0,0] in the constructor and
autocenter false,
so in view all in the GUI they remain at those values hence it looks at the
object's centre but calculates the distance as if it is looking at the
origin, so the origin is always in view as well. the size of the object
depends on its offset from the origin.