Esempio n. 1
0
 public Sphere(SphereMaterial sp)
     : base(sp)
 {
     this.center = sp.Center;
     this.radius = sp.Radius;
     normals     = new Dictionary <Point3, Vector3>();
 }
Esempio n. 2
0
 public Sphere(SphereMaterial sp)
     : base(sp)
 {
     this.center = sp.Center;
      this.radius = sp.Radius;
      normals = new Dictionary<Point3, Vector3>();
 }