Skip to content

Instantly share code, notes, and snippets.

@fernoe1
Created April 4, 2026 16:16
Show Gist options
  • Select an option

  • Save fernoe1/954e63cad8a98dbd1beb06da5a6b9bff to your computer and use it in GitHub Desktop.

Select an option

Save fernoe1/954e63cad8a98dbd1beb06da5a6b9bff to your computer and use it in GitHub Desktop.
vec3 ambientLight(vec3 lightColor, float lightIntensity) {
return lightColor * lightIntensity;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment