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();
}
Returns the ambient coefficient of the primitive at the hit point. Returns the zero vector, if shader does not support ambient lighting.
Vector4 getAmbientCoeff() {
return new Vector4.zero();
}