Vector4 getIndirectRadiance()

Returns the radiance which comes from indirect illumination. This is the case for a reflected ray on a mirror. Returns the zero vector, if shader does not support indirect radiance.

Source

Vector4 getIndirectRadiance() {
  return new Vector4.zero();
}