How to use logic in your 3D scenes with Spline

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

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

  • @codenerd7823
    @codenerd7823 Год назад +6

    how the hell this awesome thing remained unknown to me for this long???
    Team spline, good job.

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

      I heard of it two days ago. Being able to build 3D scenes and embed them on a web sites is really cool.

  • @gigaopi
    @gigaopi 9 месяцев назад +4

    Hi there, does the "Condition Logic" feature still exist? I can't find it...
    Appreciate for answering this question.

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

    Fantastic! Spline just keep getting better and better!

  • @JackDireTV
    @JackDireTV 6 месяцев назад +3

    Hi I noticed some things changed, and the easy-to-use "Distance" option is replaced by what looks like access to individual object properties, etc. Does this all have to be calculated now with variables, or is that simple "Distance" setting still available somewhere? Thanks!

  • @user-xf7zk3vg2w
    @user-xf7zk3vg2w Год назад

    Very nice! One thing I notice is the green cube changes color AFTER the first cube finishes its transition, whereas on the Else branch it starts to change color while the first cube is still transitioning.
    This introduces a small delay for the green cube before changing color.

  • @martinpalm7859
    @martinpalm7859 4 месяца назад

    I love it! Spline has the potential to become one of the user-friendliest game engines! Or even better... Make a separate app for making games that has a connection to SPline for assets!!!

  • @Proxlight
    @Proxlight Год назад +3

    Great tutorial

  • @gabrielegelfofx
    @gabrielegelfofx Год назад +4

    It would be nice to expose the parameters (variables) of the parametric objects. Instead of writing 256 (or a number) I would like to enter the radius (size) variable. Then varying the size of the circle the logic always will work.

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

    I tried connecting an object to the camera and then had something trigger on the distance to camera setting. Works the first time but as soon as the else has triggered it wont trigger again. What am i doing wrong?

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

    Was needed! Love u team♥️

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

    Cool

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

    This video is great! Can you perform the same action from an external link, like a google sheet value that would grow or change the box color. Would be awesome to create interactive scenes with real data.

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

      Would like to create a small map of a floor and have the rooms or boxes change color or grow based on external data links or inputs.

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

    thank you

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

    thank you for sharing this with us!!!

  • @manu.vision
    @manu.vision Год назад

    Let's go

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

    This is great. Unrelated but, can we have realistic light refraction through glass?

  • @Papaboi226
    @Papaboi226 5 месяцев назад

    how do you make the ball rotate while you move please?

  • @picolife
    @picolife 11 месяцев назад

    is there a way to declare values on objects as well as global values? I feel like that is the final feature needed for making a large range of games.

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

    Absolute G

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

    is there a way to trigger and open links when you are interacting with objects like this?

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

    Why animations (iam using look at) are not working in react app? 🤔🤔

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

    Hi, how do I export from spline 3D to cinema 4D?

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

    Is there a collision event when two objects touch? I guess I could use distance of < 1, but I would rather have an impact event if it is possible. Thanks

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

      hi! you can try using the collision event (triggered on any collision an object might have).

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

      @@splinetool I tried that. Maybe I added the collision to the wrong object. I added a collision event to an object that something else lands on (a sphere) and it lands on it, but the events do not fire (play a sound).

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

    Just wanted to ask a few question, how do you apply an image material to a mesh that has a boolean modifier?

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

      Hi! You need to apply the material to the parent object (the root of the boolean).

  • @user-lr1or7ey7m
    @user-lr1or7ey7m Год назад

    My model does not load, what should I do?

  •  Год назад

    Hey @Spline what language is used for this particular logic?

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

      Hi Alvaro, there is no coding involved. It is all done using the UI.

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

    What is the difference between Events Behaviour Trigger 'Passthrough Object' vs 'Stop at Object' ?
    Can't seem to figure it out, thanks guys ! :)

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

      Hi! Imagine you have a sphere in front of a cube. "Stop at Object" means that your mouse event will trigger the Sphere actions and stop there. "Passthrough Object" means that it will execute the sphere actions and also the cube actions (it will pass through the sphere).

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

      @@splinetool thanks for the explanation

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

    I can't import my previously made 3d model?

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

      yes, you can!

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

      @@splinetool Excuse me, how can I do it, beautiful person?

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

      I will investigate your tool more and see your tutorials

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

      @@splinetool Motivation 😅😅

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

    Can you please make a simple HOW TO video. How to use your product on a real website. Example: simple html & css website. How to embed spline on a web page. What's the proper way.

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

      Make an example, how to build a simple header for a website, text on the left and your 3D spline object on the right. Real world example..

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

      Check our tut on making a 3d website: ruclips.net/video/8bqkvfRuFYk/видео.html
      This process is the same for most cases.
      Thanks for the feedback, we will keep this in out to do list to more related topics.

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

    for gaming!!!!

  • @sonukashyap-ys1vy
    @sonukashyap-ys1vy Год назад

    +sub, workis