Esempio n. 1
0
        public static SetupModel CreateSimpleSetup()
        {
            var setup = new SetupModel();

            setup.SortingSphere    = Sphere.CreateDummySphere();
            setup.SelectionSphere  = Sphere.CreateDummySphere();
            setup.AllowFreeHeading = true;

            return(setup);
        }