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