How to CONTROL a Sketchfab 3D MODEL using JavaScript

Поделиться
HTML-код
  • Опубликовано: 23 авг 2024

Комментарии • 8

  • @johnrogers3315
    @johnrogers3315 Год назад +2

    very helpful, thanks

    • @Ricoshae
      @Ricoshae  Год назад

      No problem. Were you able to create some JS to control SketchFab?

  • @Salamon_Zsolt
    @Salamon_Zsolt Год назад +2

    Is possible to have two objects and to show only the clicked mesh? example: 2 meshes box 1 and box 2, with two buttons and once you click the 1st button the first mesh box to appear and when you click the second button the first mesh to disapear and the second box mesh to appear?

    • @Ricoshae
      @Ricoshae  Год назад

      Absolutely, very easy to do that. Let me see if I can get some code together for you.

  • @_fom1n
    @_fom1n 4 месяца назад +1

    Thanks for the tutorial! Would be interesting to see the code itself if possible. I'm trying to use Sketchfab API to build a configurator but got stuck at getting material IDs (so I can swap textures for objects). Any tips would be really appreciated.

    • @Ricoshae
      @Ricoshae  3 месяца назад

      Absolutely. I am keen to hear how you go with the API. github.com/ricoshae/sketchfabhideandshow

  • @nateclowar6450
    @nateclowar6450 Год назад +1

    Great video, thanks for sharing. I would also like to take a look at the code. Thanks!

    • @Ricoshae
      @Ricoshae  Год назад

      Sure thing! Let me setup up a Git repository and will get back to you.