No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Using BabylonJS

    Help
    3
    3
    225
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      ran-j last edited by

      Hello, I trying to import meshs with babylon JS and quasar v17, but the code is not resolving the model path

      Screen Shot 04-11-19 at 12.55 PM.PNG Screen Shot 04-11-19 at 12.48 PM.PNG Screen Shot 04-11-19 at 12.48 PM 001.PNG

      But in the broswer the url does resolve the file.

      I put the files on “/src/assets” and “/src/statics” and nothing.

      1 Reply Last reply Reply Quote 0
      • E
        emmajnr last edited by emmajnr

        facing the same issue

        dobbel 1 Reply Last reply Reply Quote 0
        • dobbel
          dobbel @emmajnr last edited by dobbel

          @emmajnr

          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”

          1 Reply Last reply Reply Quote 0
          • First post
            Last post