How to use logic in your 3D scenes with Spline

Поділитися
Вставка
  • Опубліковано 28 сер 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 8 місяців тому +4

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

  • @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!

  • @joaocesarlima7339
    @joaocesarlima7339 Рік тому +1

    Fantastic! Spline just keep getting better and better!

  • @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

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

    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?

  • @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.

  • @sonikop
    @sonikop Рік тому +1

    Was needed! Love u team♥️

  • @Xianglunka
    @Xianglunka Рік тому

    thank you for sharing this with us!!!

  • @BarGreenzaid
    @BarGreenzaid Рік тому

    Cool

  • @1Chitus
    @1Chitus Рік тому +1

    thank you

  • @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.

  • @Papaboi226
    @Papaboi226 4 місяці тому

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

  • @irfanadamm5819
    @irfanadamm5819 Рік тому

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

  • @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.

  • @olivercavallo7020
    @olivercavallo7020 Рік тому

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

  • @manu.vision
    @manu.vision Рік тому

    Let's go

  • @sanketsingh7575
    @sanketsingh7575 Рік тому

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

  • @alanap173
    @alanap173 Рік тому

    Absolute G

  • @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).

  • @user-lr1or7ey7m
    @user-lr1or7ey7m Рік тому

    My model does not load, what should I do?

  • @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).

  •  Рік тому

    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

  • @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: ua-cam.com/video/8bqkvfRuFYk/v-deo.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.

  • @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 😅😅

  • @JorgeQuan
    @JorgeQuan Рік тому

    for gaming!!!!

  • @sonukashyap-ys1vy
    @sonukashyap-ys1vy Рік тому

    +sub, workis