| 123456789101112131415161718192021 |
- return {
- summary = 'Different triangle windings.',
- description = [[
- Indicates whether the front face of a triangle uses the clockwise or counterclockwise vertex
- order.
- ]],
- values = {
- {
- name = 'clockwise',
- description = 'Clockwise winding.'
- },
- {
- name = 'counterclockwise',
- description = 'Counterclockwise winding.'
- }
- },
- related = {
- 'Pass:setWinding',
- 'Pass:setCullMode'
- }
- }
|