КОМЕНТАРІ •

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

    This is some crazy stuff

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

    Thank you for continuously creating tutorial videos
    They have been very helpful for my learning

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

      You're welcome, I'm happy to hear that they are helpful!

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

    Awesome, man! Nice tutorial. It works great with OBJ, but I wonder how I would change the material of a GLB model, since the script is different.

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

      Like this:
      model = gltf.scene;
      model.traverse(function (object) {
      if (object.isMesh) object.material = new MeshNormalMaterial();;
      });

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

      @@robotbobby9 That worked!! Thanks a lot! Keep up the good work :)

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

    i love it, i think the bg sphere is good but without distortion, but how to achieve that i wonder, like the object distorted by the plane but the bg sphere not affected by the plane's distortion

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

      Not sure how to achieve that exactly - maybe 2 different renders, and composite them?

  • @ЭзизК
    @ЭзизК 2 місяці тому

    Where is first video in three js? Where from do I start to watch these series? Thank you.

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

      Start here:
      ua-cam.com/video/XPhAR1YdD6o/v-deo.html

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

    Can you start a course on three js from scratch