Meizano A.M. Djausal
Meizano A.M. Djausal
This is the error code: ```loadMarker(): Error loading pattern file /marker_52. aframe-ar.js:2:23009 ARToolKitJS(): Unable to set up AR marker. aframe-ar.js:2:23009 Uncaught abort() at jsStackTrace@https://fitriani1021.github.io/coverbookar/build/aframe-ar.js:2:41099 stackTrace@https://fitriani1021.github.io/coverbookar/build/aframe-ar.js:2:41282 abort@https://fitriani1021.github.io/coverbookar/build/aframe-ar.js:19:4866 _abort@https://fitriani1021.github.io/coverbookar/build/aframe-ar.js:2:106279 Vj@https://fitriani1021.github.io/coverbookar/build/aframe-ar.js:9:1 Je@https://fitriani1021.github.io/coverbookar/build/aframe-ar.js:10:1 Ke@https://fitriani1021.github.io/coverbookar/build/aframe-ar.js:10:1...
Have you try to rotate in different plane? rotation="90 0 0" rotation="0 90 0" rotation="0 0 90" or maybe other numbers and see the effects. and you might also want...
Yes you can. Just put more than one a-nft in the code with different image. ``` ```
You can try to call the parameter using tick handler in A-Frame. more about this in [https://aframe.io/docs/master/introduction/writing-a-component.html#defining-a-behavior-with-the-tick-handler](https://aframe.io/docs/master/introduction/writing-a-component.html#defining-a-behavior-with-the-tick-handler) or you might want to create your own component to manage the query...
Manage to do this. The tricks is to use AFRAME.registerComponent to transform every tick, and change entity using the underlaying threejs object manipulation for performance. Create move attribute to assign...