HiuKim Yuen
HiuKim Yuen
In that case, you can't use the default. You will need to implement this custom logic using the events callback
You can't call uiLoading and uiScanning. but you can copy the html and css of those and control them if needed. Or just implement your own. :)
I personally don't have big plan at the moment. But if anyone wants to do something, I'm definitely happy to assist.
delay initializing the scene until the file is ready?
make sure you use https
There is a method `addCSSAnchor` instead of `addAnchor`. But I haven't had the chance to add that tutorial/example yet.
@Blitzy That's a very good point! but I couldn't figure out a way to decouple it without losing the high level API. The raw tracking part is independent of THREE.js,...
@Blitzy In the latest release, I've decoupled the threejs code as much as possible. Now only two files require threejs `https://github.com/hiukim/mind-ar-js/blob/master/src/image-target/three.js` `https://github.com/hiukim/mind-ar-js/blob/master/src/face-target/three.js` I also tried to make the dependency `external`...
As a related issue, there is a breaking change in three.js v137 that apply importmap (I personally have never heard of importmap before). In short, all the threejs examples got...
@Makio64 Yes, I think your solution could be a good workaround for now for people who wants high level control over threejs, until a better solution come up.