sig
type t
type compute_near_far_mode =
DO_NOT_COMPUTE_NEAR_FAR
| COMPUTE_NEAR_FAR_USING_BOUNDING_VOLUMES
| COMPUTE_NEAR_FAR_USING_PRIMITIVES
external set_compute_near_far_mode :
Osg.Cull_settings.t -> Osg.Cull_settings.compute_near_far_mode -> unit
= "cull_settings_set_compute_near_far_mode"
end