
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| index | gl_max_lights_index_type | required | ||||
| param | xs:NCName | optional | ||||
| value | float_type | 180 | optional |
<xs:element name="light_spot_cutoff"> <xs:complexType> <xs:attribute name="value" type="float_type" use="optional" default="180"/> <xs:attribute name="param" type="xs:NCName" use="optional"/> <xs:attribute name="index" type="gl_max_lights_index_type" use="required"/> </xs:complexType> </xs:element> |