foreach (WallProjectionSample s in nonSmoothed)
            {
                
                Material mat = new DiffuseMaterial(new SolidColorBrush(Colors.Red));
                addSampleView(new Point3D(s.x, s.y, s.z), mat);