I'm making a front-end application with Vue.js and I'm trying to integrate needles into the app. I have multiple card components each with some text and a space for a 3D preview of a model.
I'm having trouble:
- Styling the needle-engine component to fit in the card
- Passing some properties to the component to tell each needles-engine component what 3d model to display.
Is this something I should just do with three.js and reserve needle's engine for the more detailed AR preview after clicking on the card? The needles component also seems to have trouble finding my generated scripts when it is not at the top level of the project file structure like in the Vue sample app provided by needles.