MTSpaceFaces

public struct MTSpaceFaces : Sendable, Codable

Faces definition for a custom cubemap.

  • pX

    Declaration

    Swift

    public var pX: URL
  • nX

    Declaration

    Swift

    public var nX: URL
  • pY

    Declaration

    Swift

    public var pY: URL
  • nY

    Declaration

    Swift

    public var nY: URL
  • pZ

    Declaration

    Swift

    public var pZ: URL
  • nZ

    Declaration

    Swift

    public var nZ: URL
  • Declaration

    Swift

    public init(pX: URL, nX: URL, pY: URL, nY: URL, pZ: URL, nZ: URL)