CubemapSeparate: {
    flipTopBottom?: boolean;
    paths: Cubemap | CubemapArray;
    type: "separate";
}

Object defining a cubemap as separated files

Type declaration

  • Optional flipTopBottom?: boolean

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

    Default

    false
    
  • paths: Cubemap | CubemapArray
  • type: "separate"

Generated using TypeDoc