webarkit / ARnft-threejs

A rendering package for https://github.com/webarkit/ARnft
GNU General Public License v3.0
23 stars 8 forks source link

New reposition with callback #29

Closed kalwalt closed 2 years ago

kalwalt commented 2 years ago

addModel method has no auto reposition of the model, this PR add this feature. Added also an experimental callback, very useful if you want directly manipulate the gltf model: addModelWithCallback You can for example, manage the gltf animations, see the examples/arNFT_gltf_flamingo_example.html in https://github.com/webarkit/ARnft/pull/246