module Textures:sig
..end
Textures defined in "/usr/share/povray-*/include/*.inc"
.
module Wood:sig
..end
module Stone:sig
..end
module Metal:sig
..end
type
texture_def =
| |
Stone of |
| |
Wood of |
| |
Metal of |
val to_string : texture_def -> string