示例#1
0
 public void add(Hittable obj)
 {
     hittables.Add(obj);
 }
示例#2
0
 public void add(Hittable hittable)
 {
     hittables.Add(hittable);
 }