ModelType

public struct ModelType : RawRepresentable, Codable, Hashable

Defines rendering behavior of model in respect to other 3D scene objects.

  • Declaration

    Swift

    public let rawValue: String
  • Declaration

    Swift

    public init(rawValue: String)
  • Integrated to 3D scene, using depth testing, along with terrain, fill-extrusions and custom layer.

    Declaration

    Swift

    public static let common3d: ModelType
  • Displayed over other 3D content, occluded by terrain.

    Declaration

    Swift

    public static let locationIndicator: ModelType