Create a 3D Globe with Three.js

Поділитися
Вставка
  • Опубліковано 24 січ 2025

КОМЕНТАРІ • 28

  • @JackRugile
    @JackRugile 2 місяці тому +2

    Lovely result here, well done!

  • @chrisschrumm6467
    @chrisschrumm6467 Місяць тому

    Awesome video! Was looking for this very thing.

  • @webwithmi
    @webwithmi Місяць тому

    8:03 The fetch() function don't accept a callback as its second argument. It only takes one parameter, which is the URL.
    The callback (data) => { console.log(data) } is ignored, and the fetch call won't work as intended because you're not chaining the correct methods

    • @robotbobby9
      @robotbobby9  Місяць тому +1

      Thanks @webwithmi - I figured that out at 8:20

  • @devilsh8273
    @devilsh8273 2 місяці тому

    Great work ❤

  • @BooksWeCanRead
    @BooksWeCanRead 2 місяці тому +1

    So cool! 👌👏👏👏

  • @xrlearn
    @xrlearn 2 місяці тому +1

    Cool! What are you using for auto code completion?

  • @codeaz5673
    @codeaz5673 14 днів тому +1

    Hello Sir, can you please help me create a globe with country names displayed and curved along the globe's surface? So far, I have created the globe and displayed the country names, but I couldn't make them curved.

    • @robotbobby9
      @robotbobby9  13 днів тому +1

      It's unclear to me what the best way to achieve the effect you've described. My 1st thought is to render the text in a shader. - Another idea. maybe you could put the text on plane geometries: position them and align them with the globe's normals? Sounds cool, is it online somewhere? I'd love to see it.

    • @codeaz5673
      @codeaz5673 12 днів тому +1

      @@robotbobby9 Sir I shared my project link twice. but it is deleted somehow

    • @robotbobby9
      @robotbobby9  9 днів тому

      Feel free to DM me

    • @codeaz5673
      @codeaz5673 9 днів тому

      @@robotbobby9 where can I DM you, Sir ?

    • @codeaz5673
      @codeaz5673 8 днів тому +1

      @ Hello, SIr. "Where can I message you directly?"

  • @altgr391
    @altgr391 Місяць тому

    I have a wried problem that most of the contries boundaries geojson files are overlapping at the edge of the country, causing the whole scene flicker (z-fighting). But what I saw from the video is not happening. Why is that xD. Having hard time, tried digging into the geojson file try to remove the overlapping section, but just seems not 100% working.

    • @robotbobby9
      @robotbobby9  Місяць тому

      I DID have that problem too (with the z-fighting)! Did you find a solution yet?
      One potential solution is to filter the geoJSON to remove common coordinates. Seems like a hassle tho, Maybe someone has already solved this issue?

  • @aaloo_ka_paratha
    @aaloo_ka_paratha 2 місяці тому

    Amazing

  • @fiuzzii
    @fiuzzii 2 місяці тому

    Very cool

  • @piedepew
    @piedepew 2 місяці тому +1

    cool

  • @Uncaught_in_promise
    @Uncaught_in_promise 2 місяці тому

    Hye, please make a tutorial with a basic vector logo converted into 3d (maybe Blender?) and rotating 360deg. Thanks