Releases: webarkit/ARnft
0.8.7 Release
0.8.7 Release
Added objVisibility option to make the root always visible. Some security fixes.
Download
Zipped file with distribution library (ARnft.js)
0.8.6 Release
0.8.6 Release
We added some small useful features. Now it is possible define your html container app, loading and stats. The developer is not constrained to use the internal Html created by the Container utility. See arNFT_container_example.html
example and the config-container.json
for the set-up.
- jsartoolkitNFT package upgraded to version 0.9.1.
- Three.js upgraded to version 0.127.0
Download
Zipped file with distribution library (ARnft.js)
0.8.5 Release
This is a maintenenance release, upgraded various packages.
0.8.4 Release
0.8.4 Release
jsartoolkitNFT package upgrade
Download
Zipped file with distribution library (ARnft.js)
0.8.3 Release
0.8.3 Release
axios security fixes and three package upgrade
Download
Zipped file with distribution library (ARnft.js)
0.8.2 release
0.8.2 Release
Important features added:
- Threejs renderer event listeners:
- onInitThreejsRendering event listener spawned just after the initialization of the renderer, it spawn the renderer, scene and camera objects.
- onAfterInitThreejsRendering event listener spawned after the onInitThreejsRendering it spawn only the renderer obj.
- configuration not only by json file, but also as an object inside the javascript code. Read #143 for more infos.
Download
Zipped file with distribution library (ARnft.js)
0.8.1 Release
0.8.1 Release
Some fixes for two main issues:
- removed OffscreenCanvas instance from _startWorker because causing an issue #142 with firefox browser, it is required to enable a flag we don't want this.
- removed the ARToolkitNFT init that cause a double initialization of it, see #145
Download
Zipped file with distribution library (ARnft.js)
0.8.0 version with jsartoolkitNFT ES6
Added jsartoolkitNFT as a module, It doesn't needed anymore to set up the artoolkitURl in the config.json file. JsartoolkitNFT use a new internal filter feature (linear lerp). ARnft also use internally an OffscreenCanvas to pass data from the processing routine.