PK_facet_density_t   

typedef int PK_facet_density_t;

Used in:

PK_TOPOL_facet_mesh_2_o_t
PK_TOPOL_facet_mesh_o_t


This field can take any one of the following values.
    'PK_facet_density_no_view_c'    : facet density is independent of view
    'PK_facet_density_use_view_c'   : increase facet density around
                                      silhouettes.
                                      (requires view)
    'PK_facet_density_parallel_c'   : increase facet density in regions where
                                      the facet normals are close to being
                                      parallel to the view direction/s
                                      (requires view)
    'PK_facet_density_sil_and_par_c': increase facet density around silhouettes
                                      and in regions where the facet normals
                                      are close to being parallel to the view
                                      direction/s
                                      (requires view)

See Density for more information.