Type alias CubeSphereOptions

CubeSphereOptions: RadialOptions & ({
    equirectangular: true;
} | {
    backUVs?: CuboidFaceUVs | CuboidFaceUVPosRatio;
    downUVs?: CuboidFaceUVs | CuboidFaceUVPosRatio;
    equirectangular?: false;
    frontUVs?: CuboidFaceUVs | CuboidFaceUVPosRatio;
    leftUVs?: CuboidFaceUVs | CuboidFaceUVPosRatio;
    rightUVs?: CuboidFaceUVs | CuboidFaceUVPosRatio;
    upUVs?: CuboidFaceUVs | CuboidFaceUVPosRatio;
}) & CuboidMaterialOptions

Optional arguments for a procedural cube sphere.

Generated using TypeDoc