Liking cljdoc? Tell your friends :D

threeagent.assets


audio-howler-loadercljs

Loader for audio. Assets will be loaded as Howler.js Howl instances

Loader for audio. Assets will be loaded as Howler.js `Howl` instances
sourceraw docstring

font-troika-loadercljs

Loader for three-troika-text fonts. Should be used to pre-load font files

Loader for `three-troika-text` fonts. Should be used to pre-load font files
sourceraw docstring

load!cljs

(load! asset-database asset-tree)

Loads the assets defined in the asset-tree into the asset-database atom.

Returns a Promise:

  • on success: all assets have been loaded into the asset-database
  • on failure: one or more assets have failed to load. See the console for error messages
Loads the assets defined in the `asset-tree` into the `asset-database` atom.

Returns a Promise:
 * on success: all assets have been loaded into the `asset-database` 
 * on failure: one or more assets have failed to load. See the console for error messages
sourceraw docstring

model-loadercljs

Loader for 3D models. Currently supports GLTF, GLB and FBX files.

Loader for 3D models. Currently supports GLTF, GLB and FBX files.
sourceraw docstring

refcljs

source

texture-loadercljs

Loader for 2D textures.

Loader for 2D textures.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close