DingiLightAnchor

enum DingiLightAnchor {}

Whether extruded geometries are lit relative to the map or viewport.

  • The position of the light source is aligned to the rotation of the map.

    Declaration

    Objective-C

    DingiLightAnchorMap

    Swift

    case map = 0
  • The position of the light source is aligned to the rotation of the viewport.

    Declaration

    Objective-C

    DingiLightAnchorViewport

    Swift

    case viewport = 1