apply method

void apply(
  1. Shader shader
)

Implementation

void apply(Shader shader) {
  _applyAmbientLight(shader);
  _applyPointLights(shader);
}