Module Osg.Tessellation_hints


module Tessellation_hints: sig .. end
Describe several hints that can be passed to a Tessellator (like the one used by Osg.Shape_drawable) as a mean to try to influence the way it works.

type t 
osg::TessellationHints holder
val create' : unit -> t
val set_detail_ratio : t -> float -> unit
val create : ?detail_ratio:float -> unit -> t