Module Povray.Textures

module Textures: sig .. end

Textures

Textures defined in "/usr/share/povray-*/include/*.inc".

module Wood: sig .. end
module Stone: sig .. end
type texture_def = 
| Stone of Stone.stones
| Wood of Wood.woods
val to_string : texture_def -> string