= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val color_material : face:Gl.face -> color_material -> unit
type fog_param = [
|
`End of float
|
`color of Gl.rgba
|
`density of float
|
`index of float
|
`mode of [ `exp | `exp2 | `linear ]
|
`start of float
]
val fog : fog_param -> unit
val light : num:int -> light_param -> unit
val light_model :
[ `ambient of Gl.rgba
| `color_control of [ `separate_specular_color | `single_color ]
| `local_viewer of bool
| `two_side of bool ] ->
unit
val material : face:Gl.face -> material_param -> unit