foreach (WallProjectionSample s in smoothed)
            {

                Material mat = new DiffuseMaterial(new SolidColorBrush(Colors.Blue));
                addSampleView(new Point3D(s.x, s.y, s.z), mat);