Header menu logo Nu

CubeMap.CubeMapClient Type

Memoizes cube map loads (and may at some point potentially thread them).

Constructors

Constructor Description

CubeMapClient()

Full Usage: CubeMapClient()

Returns: CubeMapClient
Returns: CubeMapClient

Instance members

Instance member Description

this.CubeMaps

Full Usage: this.CubeMaps

Returns: Dictionary<(string * string * string * string * string * string), Texture>

Memoized cube maps.

Returns: Dictionary<(string * string * string * string * string * string), Texture>

this.TryCreateCubeMap

Full Usage: this.TryCreateCubeMap

Parameters:
    cubeMapKey : string * string * string * string * string * string

Returns: Either<string, Texture>

Attempt to create a cube map from 6 files.

cubeMapKey : string * string * string * string * string * string
Returns: Either<string, Texture>

Type something to start searching.