An extension for Construct.js to support asset.json for streamlining asset delivery.
Using bower:
bower install construct.asset
The most common use of this library is through its custom element, named construct-asset
:
<construct-asset src="...">
or
<asset is="construct-asset" src="...">
The library can also be loaded manually by including "build/construct.aseet.js" in your webpage.
Configure the format(s) of the assets to be supported:
construct.asset(["obj"]);
Then use the relevant methods in the Main3D view...
Initiated by Makis Tracend ( @tracend )
Released at Makesites.org
Distributed under the MIT license