CubemapStripe: {
    flipTopBottom?: boolean;
    order?: CubemapFaces[];
    path: string;
    type: "stripe";
}

Object defining a cubemap as a single stripe file

Type declaration

  • Optional flipTopBottom?: boolean

    Set to true if the top and bottom faces are not correctly oriented

    Default

    false
    
  • Optional order?: CubemapFaces[]

    Order of the faces in the file

    Default

    'left, front, right, back, top, bottom'
    
  • path: string
  • type: "stripe"

Generated using TypeDoc