Vector4 getAmbientCoeff()

Returns the ambient coefficient of the primitive at the hit point. Returns the zero vector, if shader does not support ambient lighting.

Source

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