Esempio n. 1
0
 public bool Scatter(Ray ray, HitRecord hitRecord, out ScatterRecord sRecord)
 {
     sRecord = null;
     return false;
 }