Пример #1
0
 public Sphere(SphereMaterial sp)
     : base(sp)
 {
     this.center = sp.Center;
     this.radius = sp.Radius;
     normals     = new Dictionary <Point3, Vector3>();
 }
Пример #2
0
 public Sphere(SphereMaterial sp)
     : base(sp)
 {
     this.center = sp.Center;
      this.radius = sp.Radius;
      normals = new Dictionary<Point3, Vector3>();
 }