Description

Frustum modes

Since 1.12

Fields

  • bsphere - Bounding sphere
  • aabb - Axis-aligned bounding box
  • central_point - Central point

Signature

enum Evas.Canvas3D.Frustum_Mode {
    bsphere: 0,
    aabb,
    central_point
}

C signature

typedef enum {
    EVAS_CANVAS3D_FRUSTUM_MODE_BSPHERE = 0,
    EVAS_CANVAS3D_FRUSTUM_MODE_AABB,
    EVAS_CANVAS3D_FRUSTUM_MODE_CENTRAL_POINT
} Evas_Canvas3D_Frustum_Mode;