КОМЕНТАРІ •

  • @fiuzzii
    @fiuzzii 21 день тому +1

    thank you for your tutorials. Idk if you know how much it's helpful. Keep going man

    • @robotbobby9
      @robotbobby9 21 день тому

      Thank you @fiuzzii - the feedback is most welcome!

  • @DarkGourmand
    @DarkGourmand 22 дні тому +2

    Great work!

  • @agendaaaa
    @agendaaaa 22 дні тому +1

    really cool

  • @BooksWeCanRead
    @BooksWeCanRead 22 дні тому

    That’s awesome!! 👏👏👏

  • @Anonymous-zf7ss
    @Anonymous-zf7ss 18 днів тому

    I love it

  • @fwdflashwebdesign
    @fwdflashwebdesign 21 день тому

    Great video, you are getting better!

  • @sagar-tt4ub
    @sagar-tt4ub 21 день тому

    how do you handle when the raycaster co-ordinates and mouseUV are not same?

    • @robotbobby9
      @robotbobby9 21 день тому

      Not sure I understand, since the mouseUV uniform gets it's value from the raycaster
      `function handleRaycast() {
      raycaster.setFromCamera(pointerPos, camera);
      const intersects = raycaster.intersectObjects([globe], false);
      if (intersects.length > 0) {
      globeUV.copy(intersects[0].uv);
      }
      uniforms.mouseUV.value = globeUV;
      }`

    • @sagar-tt4ub
      @sagar-tt4ub 17 днів тому

      @@robotbobby9 I didn't explain my problem better. Sorry for that, English isn't my primary language
      I wasnt rotating the wireframed mesh underlying the ShaderMaterial that was causing problems with uv co-ordinates.
      Anyway, the problem has been fixed now.
      Great videos

  • @skilledcamman4752
    @skilledcamman4752 17 днів тому

    Hey, could you help me on a personal project im working on for school, basically create near earth objects in three.js

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

      Interesting stuff! I found this image:
      en.wikipedia.org/wiki/Near-Earth_object#/media/File:Potentially_Hazardous_Asteroids_2013.png
      Are you going to track actual objects or just simulate / approximate them?

    • @skilledcamman4752
      @skilledcamman4752 15 днів тому +1

      @@robotbobby9 tracking the object is out of my scope, simulate is the way to go, at least for me, most of the object wont even move significantly for at-least another few months

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

      Please let me know how things progress, feel free to PM me

  • @sagar-tt4ub
    @sagar-tt4ub 17 днів тому

    and are you on twitter? I post about projects I learn from your videos, I'd like to tag you if you have an account