Using BabylonJS
-
Hello, I trying to import meshs with babylon JS and quasar v17, but the code is not resolving the model path
But in the broswer the url does resolve the file.
I put the files on “/src/assets” and “/src/statics” and nothing.
-
facing the same issue
-
try to put in in a const first like:
const img = “~assets/my-image.png”
or put it in static ( or public in v2 )
“static/my-image.png”