| 123456789 |
- return {
- summary = 'An object that controls texturing and shading.',
- description = [[
- A Material is an object used to control how objects appear, through coloring, texturing, and
- shading. The Material itself holds sets of colors, textures, and other parameters that are made
- available to Shaders.
- ]],
- constructor = 'lovr.graphics.newMaterial'
- }
|