UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (7 loc) 276 B
import {CubeTexture, WebGLRenderer} from "three"; export function load_environment_map(args: { path: (string | string[]), renderer?: WebGLRenderer, original?: boolean, filtered?: boolean }): Promise<{ original?: CubeTexture, filtered?: CubeTexture }>