Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Light related core functions #57

Open
12 tasks
jfacorro opened this issue Nov 8, 2021 · 0 comments
Open
12 tasks

Light related core functions #57

jfacorro opened this issue Nov 8, 2021 · 0 comments

Comments

@jfacorro
Copy link
Member

jfacorro commented Nov 8, 2021

  • ambient - "Sets the ambient reflectance for shapes drawn to the screen"
  • ambient-light - "Adds an ambient light"
  • directional-light - "Adds a directional light"
  • emissive - "Sets the emissive color of the material used for drawing shapes drawn to the screen"
  • light-falloff - "Sets the falloff rates for point lights, spot lights, and ambient lights"
  • light-specular - "Sets the specular color for lights"
  • lights - "Sets the default ambient light, directional light, falloff, and specular values"
  • no-lights - "Disable all lighting"
  • point-light - "Adds a point light"
  • shininess - "Sets the amount of gloss in the surface of shapes"
  • specular - "Sets the specular color of the materials used for shapes drawn to the screen, which sets the color of hightlights"
  • spot-light - "Adds a spot light"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant