We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ambient
ambient-light
directional-light
emissive
light-falloff
light-specular
lights
no-lights
point-light
shininess
specular
spot-light
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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"The text was updated successfully, but these errors were encountered: